Html Css Color HEX #B458EA Medium Orchid

📋 copy color: '#B458EA'

red 180 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #B458EA

Tints of Medium Orchid #B458EA

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

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

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

R = 35.86%
G = 17.53%
B = 46.61%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B458EA (or 0xB458EA) is known color: Medium Orchid. HEX triplet: B4, 58 and EA. RGB value is (180,88,234). Sum of RGB (Red+Green+Blue) = 180+88+234=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #B458EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458EA is #4BA715. Grayscale: #838383. Windows color (decimal): -4957974 or 15358132. OLE color: 15358132.

HSL color Cylindrical-coordinate representation of color #B458EA: hue angle of 277.81º 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 #B458EA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 88 234 -
CMYK 0.23 0.62 0 0.08
HSL 277.81º 0.78% 0.63% -
HSV(B) 277.81º 0.62% 0.92% -
XYZ 37.16 22.62 80.25 -
YUV 132.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 180 88 234 0.23 0.62 0 0.08 277.81 0.78 0.63
Hex B4 58 EA 17 3E 0 8 116 4E 3F
Octal 264 130 352 27 76 0 10 426 116 77
Binary 10110100 1011000 11101010 10111 111110 0 1000 100010110 1001110 111111

Color Harmonies of #B458EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458EA

Black with #B458EA

Text Example


Text Example

White with #B458EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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