Html Css Color HEX #B551EE Medium Orchid

📋 copy color: '#B551EE'

red 181 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #B551EE

Tints of Medium Orchid #B551EE

RGB

 RED value IS 181 (71.09% from 255) = 36.2%

 GREEN value IS 81 (32.03% from 255) = 16.2%

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

R = 36.2%
G = 16.2%
B = 47.6%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B551EE (or 0xB551EE) is known color: Medium Orchid. HEX triplet: B5, 51 and EE. RGB value is (181,81,238). Sum of RGB (Red+Green+Blue) = 181+81+238=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #B551EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B551EE is #4AAE11. Grayscale: #808080. Windows color (decimal): -4894226 or 15618485. OLE color: 15618485.

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

Color convert

RGB 181 81 238 -
CMYK 0.24 0.66 0 0.07
HSL 278.22º 0.82% 0.63% -
HSV(B) 278.22º 0.66% 0.93% -
XYZ 37.43 21.88 83.14 -
YUV 128.8 189.63 165.23 -
System Red Green Blue C M Y K H S L
Decimal 181 81 238 0.24 0.66 0 0.07 278.22 0.82 0.63
Hex B5 51 EE 18 42 0 7 116 52 3F
Octal 265 121 356 30 102 0 7 426 122 77
Binary 10110101 1010001 11101110 11000 1000010 0 111 100010110 1010010 111111

Color Harmonies of #B551EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551EE

Black with #B551EE

Text Example


Text Example

White with #B551EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551EE; }

 p { color: rgb(181,81,238); }

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

background-color css

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

 a { background-color: rgb(181,81,238); }

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

border-color css

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

 span { border-color: rgb(181,81,238); }

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