Html Css Color HEX #B458EF Medium Orchid

📋 copy color: '#B458EF'

red 180 ◦ green 88 ◦ blue 239

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

Shades of Medium Orchid #B458EF

Tints of Medium Orchid #B458EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 35.5%
G = 17.36%
B = 47.14%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B458EF (or 0xB458EF) is known color: Medium Orchid. HEX triplet: B4, 58 and EF. RGB value is (180,88,239). Sum of RGB (Red+Green+Blue) = 180+88+239=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 88 (34.77% from 255 or 17.36% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #B458EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458EF is #4BA710. Grayscale: #848484. Windows color (decimal): -4957969 or 15685812. OLE color: 15685812.

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

Color convert

RGB 180 88 239 -
CMYK 0.25 0.63 0 0.06
HSL 276.56º 0.83% 0.64% -
HSV(B) 276.56º 0.63% 0.94% -
XYZ 37.89 22.91 84.09 -
YUV 132.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 180 88 239 0.25 0.63 0 0.06 276.56 0.83 0.64
Hex B4 58 EF 19 3F 0 6 115 53 40
Octal 264 130 357 31 77 0 6 425 123 100
Binary 10110100 1011000 11101111 11001 111111 0 110 100010101 1010011 1000000

Color Harmonies of #B458EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458EF

Black with #B458EF

Text Example


Text Example

White with #B458EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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