Html Css Color HEX #B068CC Medium Orchid

📋 copy color: '#B068CC'

red 176 ◦ green 104 ◦ blue 204

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

Shades of Medium Orchid #B068CC

Tints of Medium Orchid #B068CC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.49%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 36.36%
G = 21.49%
B = 42.15%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B068CC (or 0xB068CC) is known color: Medium Orchid. HEX triplet: B0, 68 and CC. RGB value is (176,104,204). Sum of RGB (Red+Green+Blue) = 176+104+204=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #B068CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068CC is #4F9733. Grayscale: #888888. Windows color (decimal): -5216052 or 13396144. OLE color: 13396144.

HSL color Cylindrical-coordinate representation of color #B068CC: hue angle of 283.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B068CC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 104 204 -
CMYK 0.14 0.49 0 0.2
HSL 283.2º 0.5% 0.6% -
HSV(B) 283.2º 0.49% 0.8% -
XYZ 33.75 23.49 59.88 -
YUV 136.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 176 104 204 0.14 0.49 0 0.2 283.2 0.5 0.6
Hex B0 68 CC E 31 0 14 11B 32 3C
Octal 260 150 314 16 61 0 24 433 62 74
Binary 10110000 1101000 11001100 1110 110001 0 10100 100011011 110010 111100

Color Harmonies of #B068CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068CC

Black with #B068CC

Text Example


Text Example

White with #B068CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068CC; }

 p { color: rgb(176,104,204); }

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

background-color css

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

 a { background-color: rgb(176,104,204); }

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

border-color css

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

 span { border-color: rgb(176,104,204); }

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