Html Css Color HEX #B967E8 Medium Orchid

📋 copy color: '#B967E8'

red 185 ◦ green 103 ◦ blue 232

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

Shades of Medium Orchid #B967E8

Tints of Medium Orchid #B967E8

RGB

 RED value IS 185 (72.66% from 255) = 35.58%

 GREEN value IS 103 (40.63% from 255) = 19.81%

 BLUE value IS 232 (91.02% from 255) = 44.62%

R = 35.58%
G = 19.81%
B = 44.62%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B967E8 (or 0xB967E8) is known color: Medium Orchid. HEX triplet: B9, 67 and E8. RGB value is (185,103,232). Sum of RGB (Red+Green+Blue) = 185+103+232=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 103 (40.62% from 255 or 19.81% from 520); Blue value is 232 (91.02% from 255 or 44.62% from 520); Max value from RGB is 232 - color contains mainly: blue. Hex color #B967E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967E8 is #469817. Grayscale: #8D8D8D. Windows color (decimal): -4626456 or 15230905. OLE color: 15230905.

HSL color Cylindrical-coordinate representation of color #B967E8: hue angle of 278.14º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B967E8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 103 232 -
CMYK 0.20 0.56 0 0.09
HSL 278.14º 0.74% 0.66% -
HSV(B) 278.14º 0.56% 0.91% -
XYZ 39.42 25.84 79.25 -
YUV 142.22 178.67 158.51 -
System Red Green Blue C M Y K H S L
Decimal 185 103 232 0.20 0.56 0 0.09 278.14 0.74 0.66
Hex B9 67 E8 14 38 0 9 116 4A 42
Octal 271 147 350 24 70 0 11 426 112 102
Binary 10111001 1100111 11101000 10100 111000 0 1001 100010110 1001010 1000010

Color Harmonies of #B967E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967E8

Black with #B967E8

Text Example


Text Example

White with #B967E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967E8; }

 p { color: rgb(185,103,232); }

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

background-color css

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

 a { background-color: rgb(185,103,232); }

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

border-color css

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

 span { border-color: rgb(185,103,232); }

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