Html Css Color HEX #B067C6 Medium Orchid

📋 copy color: '#B067C6'

red 176 ◦ green 103 ◦ blue 198

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

Shades of Medium Orchid #B067C6

Tints of Medium Orchid #B067C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 36.9%
G = 21.59%
B = 41.51%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B067C6 (or 0xB067C6) is known color: Medium Orchid. HEX triplet: B0, 67 and C6. RGB value is (176,103,198). Sum of RGB (Red+Green+Blue) = 176+103+198=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B067C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067C6 is #4F9839. Grayscale: #878787. Windows color (decimal): -5216314 or 13002672. OLE color: 13002672.

HSL color Cylindrical-coordinate representation of color #B067C6: hue angle of 286.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B067C6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 103 198 -
CMYK 0.11 0.48 0 0.22
HSL 286.11º 0.45% 0.59% -
HSV(B) 286.11º 0.48% 0.78% -
XYZ 32.95 23.01 56.13 -
YUV 135.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 176 103 198 0.11 0.48 0 0.22 286.11 0.45 0.59
Hex B0 67 C6 B 30 0 16 11E 2D 3B
Octal 260 147 306 13 60 0 26 436 55 73
Binary 10110000 1100111 11000110 1011 110000 0 10110 100011110 101101 111011

Color Harmonies of #B067C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067C6

Black with #B067C6

Text Example


Text Example

White with #B067C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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