Html Css Color HEX #B458EE Medium Orchid

📋 copy color: '#B458EE'

red 180 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #B458EE

Tints of Medium Orchid #B458EE

RGB

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

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

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

R = 35.57%
G = 17.39%
B = 47.04%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B458EE (or 0xB458EE) is known color: Medium Orchid. HEX triplet: B4, 58 and EE. RGB value is (180,88,238). Sum of RGB (Red+Green+Blue) = 180+88+238=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 88 (34.77% from 255 or 17.39% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #B458EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458EE is #4BA711. Grayscale: #848484. Windows color (decimal): -4957970 or 15620276. OLE color: 15620276.

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

Color convert

RGB 180 88 238 -
CMYK 0.24 0.63 0 0.07
HSL 276.8º 0.82% 0.64% -
HSV(B) 276.8º 0.63% 0.93% -
XYZ 37.74 22.86 83.31 -
YUV 132.61 187.48 161.8 -
System Red Green Blue C M Y K H S L
Decimal 180 88 238 0.24 0.63 0 0.07 276.8 0.82 0.64
Hex B4 58 EE 18 3F 0 7 115 52 40
Octal 264 130 356 30 77 0 7 425 122 100
Binary 10110100 1011000 11101110 11000 111111 0 111 100010101 1010010 1000000

Color Harmonies of #B458EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458EE

Black with #B458EE

Text Example


Text Example

White with #B458EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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