Html Css Color HEX #B456EE Medium Orchid

📋 copy color: '#B456EE'

red 180 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #B456EE

Tints of Medium Orchid #B456EE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.06%

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

R = 35.71%
G = 17.06%
B = 47.22%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B456EE (or 0xB456EE) is known color: Medium Orchid. HEX triplet: B4, 56 and EE. RGB value is (180,86,238). Sum of RGB (Red+Green+Blue) = 180+86+238=504 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.71% from 504); Green value is 86 (33.98% from 255 or 17.06% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #B456EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B456EE is #4BA911. Grayscale: #828282. Windows color (decimal): -4958482 or 15619764. OLE color: 15619764.

HSL color Cylindrical-coordinate representation of color #B456EE: hue angle of 277.11º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B456EE is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 86 238 -
CMYK 0.24 0.64 0 0.07
HSL 277.11º 0.82% 0.64% -
HSV(B) 277.11º 0.64% 0.93% -
XYZ 37.58 22.53 83.26 -
YUV 131.43 188.14 162.64 -
System Red Green Blue C M Y K H S L
Decimal 180 86 238 0.24 0.64 0 0.07 277.11 0.82 0.64
Hex B4 56 EE 18 40 0 7 115 52 40
Octal 264 126 356 30 100 0 7 425 122 100
Binary 10110100 1010110 11101110 11000 1000000 0 111 100010101 1010010 1000000

Color Harmonies of #B456EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B456EE

Black with #B456EE

Text Example


Text Example

White with #B456EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B456EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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