Html Css Color HEX #B058DB Medium Orchid

📋 copy color: '#B058DB'

red 176 ◦ green 88 ◦ blue 219

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

Shades of Medium Orchid #B058DB

Tints of Medium Orchid #B058DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

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

R = 36.44%
G = 18.22%
B = 45.34%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B058DB (or 0xB058DB) is known color: Medium Orchid. HEX triplet: B0, 58 and DB. RGB value is (176,88,219). Sum of RGB (Red+Green+Blue) = 176+88+219=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #B058DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058DB is #4FA724. Grayscale: #808080. Windows color (decimal): -5220133 or 14375088. OLE color: 14375088.

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

Color convert

RGB 176 88 219 -
CMYK 0.20 0.60 0 0.14
HSL 280.31º 0.65% 0.6% -
HSV(B) 280.31º 0.6% 0.86% -
XYZ 34.18 21.32 69.33 -
YUV 129.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 176 88 219 0.20 0.60 0 0.14 280.31 0.65 0.6
Hex B0 58 DB 14 3C 0 E 118 41 3C
Octal 260 130 333 24 74 0 16 430 101 74
Binary 10110000 1011000 11011011 10100 111100 0 1110 100011000 1000001 111100

Color Harmonies of #B058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058DB

Black with #B058DB

Text Example


Text Example

White with #B058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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