Html Css Color HEX #B55BE6 Medium Orchid

📋 copy color: '#B55BE6'

red 181 ◦ green 91 ◦ blue 230

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

Shades of Medium Orchid #B55BE6

Tints of Medium Orchid #B55BE6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.13%

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 36.06%
G = 18.13%
B = 45.82%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B55BE6 (or 0xB55BE6) is known color: Medium Orchid. HEX triplet: B5, 5B and E6. RGB value is (181,91,230). Sum of RGB (Red+Green+Blue) = 181+91+230=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 91 (35.94% from 255 or 18.13% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #B55BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55BE6 is #4AA419. Grayscale: #858585. Windows color (decimal): -4891674 or 15096757. OLE color: 15096757.

HSL color Cylindrical-coordinate representation of color #B55BE6: hue angle of 278.85º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55BE6 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 91 230 -
CMYK 0.21 0.60 0 0.10
HSL 278.85º 0.74% 0.63% -
HSV(B) 278.85º 0.6% 0.9% -
XYZ 37.08 23.02 77.35 -
YUV 133.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 181 91 230 0.21 0.60 0 0.10 278.85 0.74 0.63
Hex B5 5B E6 15 3C 0 A 117 4A 3F
Octal 265 133 346 25 74 0 12 427 112 77
Binary 10110101 1011011 11100110 10101 111100 0 1010 100010111 1001010 111111

Color Harmonies of #B55BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55BE6

Black with #B55BE6

Text Example


Text Example

White with #B55BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55BE6; }

 p { color: rgb(181,91,230); }

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

background-color css

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

 a { background-color: rgb(181,91,230); }

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

border-color css

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

 span { border-color: rgb(181,91,230); }

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