Html Css Color HEX #B067CE Medium Orchid

📋 copy color: '#B067CE'

red 176 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #B067CE

Tints of Medium Orchid #B067CE

RGB

 RED value IS 176 (69.14% from 255) = 36.29%

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

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

R = 36.29%
G = 21.24%
B = 42.47%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B067CE (or 0xB067CE) is known color: Medium Orchid. HEX triplet: B0, 67 and CE. RGB value is (176,103,206). Sum of RGB (Red+Green+Blue) = 176+103+206=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #B067CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CE is #4F9831. Grayscale: #888888. Windows color (decimal): -5216306 or 13526960. OLE color: 13526960.

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

Color convert

RGB 176 103 206 -
CMYK 0.15 0.50 0 0.19
HSL 282.52º 0.51% 0.61% -
HSV(B) 282.52º 0.5% 0.81% -
XYZ 33.9 23.39 61.12 -
YUV 136.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 176 103 206 0.15 0.50 0 0.19 282.52 0.51 0.61
Hex B0 67 CE F 32 0 13 11B 33 3D
Octal 260 147 316 17 62 0 23 433 63 75
Binary 10110000 1100111 11001110 1111 110010 0 10011 100011011 110011 111101

Color Harmonies of #B067CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067CE

Black with #B067CE

Text Example


Text Example

White with #B067CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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