Html Css Color HEX #B068CE Medium Orchid

📋 copy color: '#B068CE'

red 176 ◦ green 104 ◦ blue 206

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

Shades of Medium Orchid #B068CE

Tints of Medium Orchid #B068CE

RGB

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

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

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

R = 36.21%
G = 21.4%
B = 42.39%

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

#B068CE (or 0xB068CE) is known color: Medium Orchid. HEX triplet: B0, 68 and CE. RGB value is (176,104,206). Sum of RGB (Red+Green+Blue) = 176+104+206=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #B068CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068CE is #4F9731. Grayscale: #888888. Windows color (decimal): -5216050 or 13527216. OLE color: 13527216.

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

Color convert

RGB 176 104 206 -
CMYK 0.15 0.50 0 0.19
HSL 282.35º 0.51% 0.61% -
HSV(B) 282.35º 0.5% 0.81% -
XYZ 34 23.59 61.15 -
YUV 137.16 166.85 155.71 -
System Red Green Blue C M Y K H S L
Decimal 176 104 206 0.15 0.50 0 0.19 282.35 0.51 0.61
Hex B0 68 CE F 32 0 13 11A 33 3D
Octal 260 150 316 17 62 0 23 432 63 75
Binary 10110000 1101000 11001110 1111 110010 0 10011 100011010 110011 111101

Color Harmonies of #B068CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068CE

Black with #B068CE

Text Example


Text Example

White with #B068CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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