Html Css Color HEX #B058D7 Medium Orchid

📋 copy color: '#B058D7'

red 176 ◦ green 88 ◦ blue 215

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

Shades of Medium Orchid #B058D7

Tints of Medium Orchid #B058D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.89%

R = 36.74%
G = 18.37%
B = 44.89%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B058D7 (or 0xB058D7) is known color: Medium Orchid. HEX triplet: B0, 58 and D7. RGB value is (176,88,215). Sum of RGB (Red+Green+Blue) = 176+88+215=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #B058D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058D7 is #4FA728. Grayscale: #808080. Windows color (decimal): -5220137 or 14112944. OLE color: 14112944.

HSL color Cylindrical-coordinate representation of color #B058D7: hue angle of 281.57º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B058D7 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 88 215 -
CMYK 0.18 0.59 0 0.16
HSL 281.57º 0.61% 0.59% -
HSV(B) 281.57º 0.59% 0.84% -
XYZ 33.66 21.12 66.59 -
YUV 128.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 176 88 215 0.18 0.59 0 0.16 281.57 0.61 0.59
Hex B0 58 D7 12 3B 0 10 11A 3D 3B
Octal 260 130 327 22 73 0 20 432 75 73
Binary 10110000 1011000 11010111 10010 111011 0 10000 100011010 111101 111011

Color Harmonies of #B058D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058D7

Black with #B058D7

Text Example


Text Example

White with #B058D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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