Html Css Color HEX #B058EE Medium Orchid

📋 copy color: '#B058EE'

red 176 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B058EE

Tints of Medium Orchid #B058EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 35.06%
G = 17.53%
B = 47.41%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B058EE (or 0xB058EE) is known color: Medium Orchid. HEX triplet: B0, 58 and EE. RGB value is (176,88,238). Sum of RGB (Red+Green+Blue) = 176+88+238=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #B058EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B058EE is #4FA711. Grayscale: #828282. Windows color (decimal): -5220114 or 15620272. OLE color: 15620272.

HSL color Cylindrical-coordinate representation of color #B058EE: hue angle of 275.2º degrees, saturation: 0.82, 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 #B058EE is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 88 238 -
CMYK 0.26 0.63 0 0.07
HSL 275.2º 0.82% 0.64% -
HSV(B) 275.2º 0.63% 0.93% -
XYZ 36.83 22.38 83.27 -
YUV 131.41 188.15 159.8 -
System Red Green Blue C M Y K H S L
Decimal 176 88 238 0.26 0.63 0 0.07 275.2 0.82 0.64
Hex B0 58 EE 1A 3F 0 7 113 52 40
Octal 260 130 356 32 77 0 7 423 122 100
Binary 10110000 1011000 11101110 11010 111111 0 111 100010011 1010010 1000000

Color Harmonies of #B058EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B058EE

Black with #B058EE

Text Example


Text Example

White with #B058EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B058EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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