Html Css Color HEX #B058D8 Medium Orchid

📋 copy color: '#B058D8'

red 176 ◦ green 88 ◦ blue 216

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

Shades of Medium Orchid #B058D8

Tints of Medium Orchid #B058D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45%

R = 36.67%
G = 18.33%
B = 45%

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

#B058D8 (or 0xB058D8) is known color: Medium Orchid. HEX triplet: B0, 58 and D8. RGB value is (176,88,216). Sum of RGB (Red+Green+Blue) = 176+88+216=480 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.67% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #B058D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058D8 is #4FA727. Grayscale: #808080. Windows color (decimal): -5220136 or 14178480. OLE color: 14178480.

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

Color convert

RGB 176 88 216 -
CMYK 0.19 0.59 0 0.15
HSL 281.25º 0.62% 0.6% -
HSV(B) 281.25º 0.59% 0.85% -
XYZ 33.79 21.17 67.27 -
YUV 128.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 176 88 216 0.19 0.59 0 0.15 281.25 0.62 0.6
Hex B0 58 D8 13 3B 0 F 119 3E 3C
Octal 260 130 330 23 73 0 17 431 76 74
Binary 10110000 1011000 11011000 10011 111011 0 1111 100011001 111110 111100

Color Harmonies of #B058D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058D8

Black with #B058D8

Text Example


Text Example

White with #B058D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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