#B067C4

Color #B067C4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B067C4

Tints of Medium Orchid #B067C4

Color information

#B067C4 (or 0xB067C4) is unknown color: approx Medium Orchid. HEX triplet: B0, 67 and C4. RGB value is (176,103,196). Sum of RGB (Red+Green+Blue) = 176+103+196=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 103 (40.62% from 255 or 21.68% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #B067C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067C4 is #4F983B. Grayscale: #878787. Windows color (decimal): -5216316 or 12871600. OLE color: 12871600.

HSL color Cylindrical-coordinate representation of color #B067C4: hue angle of 287.1º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B067C4 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176103196-
CMYK0.100.4700.23
HSL287.1º44.08%58.63%-
HSV(B)287.1º47.45%76.86%-
XYZ32.7222.9254.92-
YUV135.43162.18156.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 103 (40.62% from 255) = 21.68%
BLUE value IS 196 (76.95% from 255) = 41.26%
R=37.05%
G=21.68%
B=41.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761031960.100.4700.23287.144.0858.63
HexB067C4A2F01711f2c3b
Octal26014730412570274375473
Binary101100001100111110001001010101111010111100011111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B067C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B067C4; }

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

 H1.HeaderClassName
 {
   color: #B067C4;
 }
 .AnyTagClassName
 {
   color: #B067C4;
 }
</style>
background-color css

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

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

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

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

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

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