Html Css Color HEX #B26BCF Medium Orchid

📋 copy color: '#B26BCF'

red 178 ◦ green 107 ◦ blue 207

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

Shades of Medium Orchid #B26BCF

Tints of Medium Orchid #B26BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.75%

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

R = 36.18%
G = 21.75%
B = 42.07%

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

#B26BCF (or 0xB26BCF) is known color: Medium Orchid. HEX triplet: B2, 6B and CF. RGB value is (178,107,207). Sum of RGB (Red+Green+Blue) = 178+107+207=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B26BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B26BCF is #4D9430. Grayscale: #8B8B8B. Windows color (decimal): -5084209 or 13593522. OLE color: 13593522.

HSL color Cylindrical-coordinate representation of color #B26BCF: hue angle of 282.6º 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 #B26BCF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 107 207 -
CMYK 0.14 0.48 0 0.19
HSL 282.6º 0.51% 0.62% -
HSV(B) 282.6º 0.48% 0.81% -
XYZ 34.88 24.49 61.92 -
YUV 139.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 178 107 207 0.14 0.48 0 0.19 282.6 0.51 0.62
Hex B2 6B CF E 30 0 13 11B 33 3E
Octal 262 153 317 16 60 0 23 433 63 76
Binary 10110010 1101011 11001111 1110 110000 0 10011 100011011 110011 111110

Color Harmonies of #B26BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26BCF

Black with #B26BCF

Text Example


Text Example

White with #B26BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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