Html Css Color HEX #B458EC Medium Orchid

📋 copy color: '#B458EC'

red 180 ◦ green 88 ◦ blue 236

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

Shades of Medium Orchid #B458EC

Tints of Medium Orchid #B458EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 35.71%
G = 17.46%
B = 46.83%

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

#B458EC (or 0xB458EC) is known color: Medium Orchid. HEX triplet: B4, 58 and EC. RGB value is (180,88,236). Sum of RGB (Red+Green+Blue) = 180+88+236=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 88 (34.77% from 255 or 17.46% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #B458EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B458EC is #4BA713. Grayscale: #838383. Windows color (decimal): -4957972 or 15489204. OLE color: 15489204.

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

Color convert

RGB 180 88 236 -
CMYK 0.24 0.63 0 0.07
HSL 277.3º 0.8% 0.64% -
HSV(B) 277.3º 0.63% 0.93% -
XYZ 37.45 22.74 81.77 -
YUV 132.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 180 88 236 0.24 0.63 0 0.07 277.3 0.8 0.64
Hex B4 58 EC 18 3F 0 7 115 50 40
Octal 264 130 354 30 77 0 7 425 120 100
Binary 10110100 1011000 11101100 11000 111111 0 111 100010101 1010000 1000000

Color Harmonies of #B458EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B458EC

Black with #B458EC

Text Example


Text Example

White with #B458EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B458EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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