Html Css Color HEX #B061DB Medium Orchid

📋 copy color: '#B061DB'

red 176 ◦ green 97 ◦ blue 219

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

Shades of Medium Orchid #B061DB

Tints of Medium Orchid #B061DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.72%

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

R = 35.77%
G = 19.72%
B = 44.51%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B061DB (or 0xB061DB) is known color: Medium Orchid. HEX triplet: B0, 61 and DB. RGB value is (176,97,219). Sum of RGB (Red+Green+Blue) = 176+97+219=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #B061DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061DB is #4F9E24. Grayscale: #868686. Windows color (decimal): -5217829 or 14377392. OLE color: 14377392.

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

Color convert

RGB 176 97 219 -
CMYK 0.20 0.56 0 0.14
HSL 278.85º 0.63% 0.62% -
HSV(B) 278.85º 0.56% 0.86% -
XYZ 34.97 22.89 69.59 -
YUV 134.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 176 97 219 0.20 0.56 0 0.14 278.85 0.63 0.62
Hex B0 61 DB 14 38 0 E 117 3F 3E
Octal 260 141 333 24 70 0 16 427 77 76
Binary 10110000 1100001 11011011 10100 111000 0 1110 100010111 111111 111110

Color Harmonies of #B061DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B061DB

Black with #B061DB

Text Example


Text Example

White with #B061DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B061DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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