Html Css Color HEX #B058D3 Medium Orchid

📋 copy color: '#B058D3'

red 176 ◦ green 88 ◦ blue 211

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

Shades of Medium Orchid #B058D3

Tints of Medium Orchid #B058D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 44.42%

R = 37.05%
G = 18.53%
B = 44.42%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B058D3 (or 0xB058D3) is known color: Medium Orchid. HEX triplet: B0, 58 and D3. RGB value is (176,88,211). Sum of RGB (Red+Green+Blue) = 176+88+211=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 88 (34.77% from 255 or 18.53% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #B058D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B058D3 is #4FA72C. Grayscale: #7F7F7F. Windows color (decimal): -5220141 or 13850800. OLE color: 13850800.

HSL color Cylindrical-coordinate representation of color #B058D3: hue angle of 282.93º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B058D3 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 88 211 -
CMYK 0.17 0.58 0 0.17
HSL 282.93º 0.58% 0.59% -
HSV(B) 282.93º 0.58% 0.83% -
XYZ 33.15 20.91 63.92 -
YUV 128.33 174.65 162 -
System Red Green Blue C M Y K H S L
Decimal 176 88 211 0.17 0.58 0 0.17 282.93 0.58 0.59
Hex B0 58 D3 11 3A 0 11 11B 3A 3B
Octal 260 130 323 21 72 0 21 433 72 73
Binary 10110000 1011000 11010011 10001 111010 0 10001 100011011 111010 111011

Color Harmonies of #B058D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058D3

Black with #B058D3

Text Example


Text Example

White with #B058D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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