Html Css Color HEX #B26CCF Medium Orchid

📋 copy color: '#B26CCF'

red 178 ◦ green 108 ◦ blue 207

#B26CCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B26CCF

Tints of Medium Orchid #B26CCF

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

 GREEN value IS 108 (42.58% from 255) = 21.91%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 36.11%
G = 21.91%
B = 41.99%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B26CCF (or 0xB26CCF) is known color: Medium Orchid. HEX triplet: B2, 6C and CF. RGB value is (178,108,207). Sum of RGB (Red+Green+Blue) = 178+108+207=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 108 (42.58% from 255 or 21.91% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B26CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26CCF is #4D9330. Grayscale: #8B8B8B. Windows color (decimal): -5083953 or 13593778. OLE color: 13593778.

HSL color Cylindrical-coordinate representation of color #B26CCF: hue angle of 282.42º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B26CCF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 108 207 -
CMYK 0.14 0.48 0 0.19
HSL 282.42º 0.51% 0.62% -
HSV(B) 282.42º 0.48% 0.81% -
XYZ 34.99 24.7 61.95 -
YUV 140.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 178 108 207 0.14 0.48 0 0.19 282.42 0.51 0.62
Hex B2 6C CF E 30 0 13 11A 33 3E
Octal 262 154 317 16 60 0 23 432 63 76
Binary 10110010 1101100 11001111 1110 110000 0 10011 100011010 110011 111110

Color Harmonies of #B26CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26CCF

Black with #B26CCF

Text Example


Text Example

White with #B26CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26CCF; }

 p { color: rgb(178,108,207); }

 H1.HeaderClassName
 {
   color: #B26CCF;
 }
 .AnyTagClassName
 {
   color: #B26CCF;
 }
</style>

background-color css

<style>
 a { background-color: #B26CCF; }

 a { background-color: rgb(178,108,207); }

 div.DivClassName
 {
   background-color: #B26CCF;
 }
 .BgClassName
 {
   background-color: #B26CCF;
 }
</style>

border-color css

<style>
 span { border-color: #B26CCF; }

 span { border-color: rgb(178,108,207); }

 td.TdClassName
 {
   border-color: #B26CCF;
 }
 .TagClassName
 {
   border-color: #B26CCF;
 }
</style>