Html Css Color HEX #B058D9 Medium Orchid

📋 copy color: '#B058D9'

red 176 ◦ green 88 ◦ blue 217

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

Shades of Medium Orchid #B058D9

Tints of Medium Orchid #B058D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.11%

R = 36.59%
G = 18.3%
B = 45.11%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B058D9 (or 0xB058D9) is known color: Medium Orchid. HEX triplet: B0, 58 and D9. RGB value is (176,88,217). Sum of RGB (Red+Green+Blue) = 176+88+217=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #B058D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058D9 is #4FA726. Grayscale: #808080. Windows color (decimal): -5220135 or 14244016. OLE color: 14244016.

HSL color Cylindrical-coordinate representation of color #B058D9: hue angle of 280.93º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B058D9 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 88 217 -
CMYK 0.19 0.59 0 0.15
HSL 280.93º 0.63% 0.6% -
HSV(B) 280.93º 0.59% 0.85% -
XYZ 33.92 21.22 67.95 -
YUV 129.02 177.65 161.51 -
System Red Green Blue C M Y K H S L
Decimal 176 88 217 0.19 0.59 0 0.15 280.93 0.63 0.6
Hex B0 58 D9 13 3B 0 F 119 3F 3C
Octal 260 130 331 23 73 0 17 431 77 74
Binary 10110000 1011000 11011001 10011 111011 0 1111 100011001 111111 111100

Color Harmonies of #B058D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058D9

Black with #B058D9

Text Example


Text Example

White with #B058D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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