Html Css Color HEX #B967CC Medium Orchid

📋 copy color: '#B967CC'

red 185 ◦ green 103 ◦ blue 204

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

Shades of Medium Orchid #B967CC

Tints of Medium Orchid #B967CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 37.6%
G = 20.93%
B = 41.46%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B967CC (or 0xB967CC) is known color: Medium Orchid. HEX triplet: B9, 67 and CC. RGB value is (185,103,204). Sum of RGB (Red+Green+Blue) = 185+103+204=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 103 (40.62% from 255 or 20.93% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #B967CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CC is #469833. Grayscale: #8A8A8A. Windows color (decimal): -4626484 or 13395897. OLE color: 13395897.

HSL color Cylindrical-coordinate representation of color #B967CC: hue angle of 288.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B967CC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 103 204 -
CMYK 0.09 0.50 0 0.2
HSL 288.71º 0.5% 0.6% -
HSV(B) 288.71º 0.5% 0.8% -
XYZ 35.76 24.37 59.95 -
YUV 139.03 164.67 160.79 -
System Red Green Blue C M Y K H S L
Decimal 185 103 204 0.09 0.50 0 0.2 288.71 0.5 0.6
Hex B9 67 CC 9 32 0 14 121 32 3C
Octal 271 147 314 11 62 0 24 441 62 74
Binary 10111001 1100111 11001100 1001 110010 0 10100 100100001 110010 111100

Color Harmonies of #B967CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967CC

Black with #B967CC

Text Example


Text Example

White with #B967CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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