Html Css Color HEX #B967CE Medium Orchid

📋 copy color: '#B967CE'

red 185 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #B967CE

Tints of Medium Orchid #B967CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 37.45%
G = 20.85%
B = 41.7%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B967CE (or 0xB967CE) is known color: Medium Orchid. HEX triplet: B9, 67 and CE. RGB value is (185,103,206). Sum of RGB (Red+Green+Blue) = 185+103+206=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B967CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B967CE is #469831. Grayscale: #8A8A8A. Windows color (decimal): -4626482 or 13526969. OLE color: 13526969.

HSL color Cylindrical-coordinate representation of color #B967CE: hue angle of 287.77º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B967CE is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 103 206 -
CMYK 0.10 0.50 0 0.19
HSL 287.77º 0.51% 0.61% -
HSV(B) 287.77º 0.5% 0.81% -
XYZ 36 24.47 61.22 -
YUV 139.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 185 103 206 0.10 0.50 0 0.19 287.77 0.51 0.61
Hex B9 67 CE A 32 0 13 120 33 3D
Octal 271 147 316 12 62 0 23 440 63 75
Binary 10111001 1100111 11001110 1010 110010 0 10011 100100000 110011 111101

Color Harmonies of #B967CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B967CE

Black with #B967CE

Text Example


Text Example

White with #B967CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B967CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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