Html Css Color HEX #B068DB Medium Orchid

📋 copy color: '#B068DB'

red 176 ◦ green 104 ◦ blue 219

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

Shades of Medium Orchid #B068DB

Tints of Medium Orchid #B068DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 35.27%
G = 20.84%
B = 43.89%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B068DB (or 0xB068DB) is known color: Medium Orchid. HEX triplet: B0, 68 and DB. RGB value is (176,104,219). Sum of RGB (Red+Green+Blue) = 176+104+219=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #B068DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068DB is #4F9724. Grayscale: #8A8A8A. Windows color (decimal): -5216037 or 14379184. OLE color: 14379184.

HSL color Cylindrical-coordinate representation of color #B068DB: hue angle of 277.57º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B068DB is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 104 219 -
CMYK 0.20 0.53 0 0.14
HSL 277.57º 0.61% 0.63% -
HSV(B) 277.57º 0.53% 0.86% -
XYZ 35.64 24.25 69.82 -
YUV 138.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 176 104 219 0.20 0.53 0 0.14 277.57 0.61 0.63
Hex B0 68 DB 14 35 0 E 116 3D 3F
Octal 260 150 333 24 65 0 16 426 75 77
Binary 10110000 1101000 11011011 10100 110101 0 1110 100010110 111101 111111

Color Harmonies of #B068DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B068DB

Black with #B068DB

Text Example


Text Example

White with #B068DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B068DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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