Html Css Color HEX #B55EEF Medium Orchid

📋 copy color: '#B55EEF'

red 181 ◦ green 94 ◦ blue 239

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

Shades of Medium Orchid #B55EEF

Tints of Medium Orchid #B55EEF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.29%

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

R = 35.21%
G = 18.29%
B = 46.5%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B55EEF (or 0xB55EEF) is known color: Medium Orchid. HEX triplet: B5, 5E and EF. RGB value is (181,94,239). Sum of RGB (Red+Green+Blue) = 181+94+239=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 94 (37.11% from 255 or 18.29% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #B55EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EEF is #4AA110. Grayscale: #888888. Windows color (decimal): -4890897 or 15687349. OLE color: 15687349.

HSL color Cylindrical-coordinate representation of color #B55EEF: hue angle of 276º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55EEF is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 94 239 -
CMYK 0.24 0.61 0 0.06
HSL 276º 0.82% 0.65% -
HSV(B) 276º 0.61% 0.94% -
XYZ 38.64 24.06 84.27 -
YUV 136.54 185.82 159.71 -
System Red Green Blue C M Y K H S L
Decimal 181 94 239 0.24 0.61 0 0.06 276 0.82 0.65
Hex B5 5E EF 18 3D 0 6 114 52 41
Octal 265 136 357 30 75 0 6 424 122 101
Binary 10110101 1011110 11101111 11000 111101 0 110 100010100 1010010 1000001

Color Harmonies of #B55EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EEF

Black with #B55EEF

Text Example


Text Example

White with #B55EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EEF; }

 p { color: rgb(181,94,239); }

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

background-color css

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

 a { background-color: rgb(181,94,239); }

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

border-color css

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

 span { border-color: rgb(181,94,239); }

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