Html Css Color HEX #B455EE Medium Orchid

📋 copy color: '#B455EE'

red 180 ◦ green 85 ◦ blue 238

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

Shades of Medium Orchid #B455EE

Tints of Medium Orchid #B455EE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.9%

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

R = 35.79%
G = 16.9%
B = 47.32%

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

#B455EE (or 0xB455EE) is known color: Medium Orchid. HEX triplet: B4, 55 and EE. RGB value is (180,85,238). Sum of RGB (Red+Green+Blue) = 180+85+238=503 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.79% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #B455EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B455EE is #4BAA11. Grayscale: #828282. Windows color (decimal): -4958738 or 15619508. OLE color: 15619508.

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

Color convert

RGB 180 85 238 -
CMYK 0.24 0.64 0 0.07
HSL 277.25º 0.82% 0.63% -
HSV(B) 277.25º 0.64% 0.93% -
XYZ 37.5 22.37 83.23 -
YUV 130.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 180 85 238 0.24 0.64 0 0.07 277.25 0.82 0.63
Hex B4 55 EE 18 40 0 7 115 52 3F
Octal 264 125 356 30 100 0 7 425 122 77
Binary 10110100 1010101 11101110 11000 1000000 0 111 100010101 1010010 111111

Color Harmonies of #B455EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B455EE

Black with #B455EE

Text Example


Text Example

White with #B455EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B455EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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