Html Css Color HEX #B058EC Medium Orchid

📋 copy color: '#B058EC'

red 176 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #B058EC

Tints of Medium Orchid #B058EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.2%

R = 35.2%
G = 17.6%
B = 47.2%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B058EC (or 0xB058EC) is known color: Medium Orchid. HEX triplet: B0, 58 and EC. RGB value is (176,88,236). Sum of RGB (Red+Green+Blue) = 176+88+236=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #B058EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058EC is #4FA713. Grayscale: #828282. Windows color (decimal): -5220116 or 15489200. OLE color: 15489200.

HSL color Cylindrical-coordinate representation of color #B058EC: hue angle of 275.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B058EC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 88 236 -
CMYK 0.25 0.63 0 0.07
HSL 275.68º 0.8% 0.64% -
HSV(B) 275.68º 0.63% 0.93% -
XYZ 36.53 22.27 81.73 -
YUV 131.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 176 88 236 0.25 0.63 0 0.07 275.68 0.8 0.64
Hex B0 58 EC 19 3F 0 7 114 50 40
Octal 260 130 354 31 77 0 7 424 120 100
Binary 10110000 1011000 11101100 11001 111111 0 111 100010100 1010000 1000000

Color Harmonies of #B058EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058EC

Black with #B058EC

Text Example


Text Example

White with #B058EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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