Html Css Color HEX #B058EA Medium Orchid

📋 copy color: '#B058EA'

red 176 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #B058EA

Tints of Medium Orchid #B058EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 35.34%
G = 17.67%
B = 46.99%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B058EA (or 0xB058EA) is known color: Medium Orchid. HEX triplet: B0, 58 and EA. RGB value is (176,88,234). Sum of RGB (Red+Green+Blue) = 176+88+234=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 88 (34.77% from 255 or 17.67% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #B058EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058EA is #4FA715. Grayscale: #828282. Windows color (decimal): -5220118 or 15358128. OLE color: 15358128.

HSL color Cylindrical-coordinate representation of color #B058EA: hue angle of 276.16º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B058EA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 88 234 -
CMYK 0.25 0.62 0 0.08
HSL 276.16º 0.78% 0.63% -
HSV(B) 276.16º 0.62% 0.92% -
XYZ 36.25 22.15 80.21 -
YUV 130.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 176 88 234 0.25 0.62 0 0.08 276.16 0.78 0.63
Hex B0 58 EA 19 3E 0 8 114 4E 3F
Octal 260 130 352 31 76 0 10 424 116 77
Binary 10110000 1011000 11101010 11001 111110 0 1000 100010100 1001110 111111

Color Harmonies of #B058EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058EA

Black with #B058EA

Text Example


Text Example

White with #B058EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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