Html Css Color HEX #B067CA Medium Orchid

📋 copy color: '#B067CA'

red 176 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #B067CA

Tints of Medium Orchid #B067CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 36.59%
G = 21.41%
B = 42%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B067CA (or 0xB067CA) is known color: Medium Orchid. HEX triplet: B0, 67 and CA. RGB value is (176,103,202). Sum of RGB (Red+Green+Blue) = 176+103+202=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #B067CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B067CA is #4F9835. Grayscale: #878787. Windows color (decimal): -5216310 or 13264816. OLE color: 13264816.

HSL color Cylindrical-coordinate representation of color #B067CA: hue angle of 284.24º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B067CA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 103 202 -
CMYK 0.13 0.49 0 0.21
HSL 284.24º 0.48% 0.6% -
HSV(B) 284.24º 0.49% 0.79% -
XYZ 33.42 23.19 58.59 -
YUV 136.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 176 103 202 0.13 0.49 0 0.21 284.24 0.48 0.6
Hex B0 67 CA D 31 0 15 11C 30 3C
Octal 260 147 312 15 61 0 25 434 60 74
Binary 10110000 1100111 11001010 1101 110001 0 10101 100011100 110000 111100

Color Harmonies of #B067CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B067CA

Black with #B067CA

Text Example


Text Example

White with #B067CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B067CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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