Html Css Color HEX #B55EFF Medium Orchid

📋 copy color: '#B55EFF'

red 181 ◦ green 94 ◦ blue 255

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

Shades of Medium Orchid #B55EFF

Tints of Medium Orchid #B55EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 34.15%
G = 17.74%
B = 48.11%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B55EFF (or 0xB55EFF) is known color: Medium Orchid. HEX triplet: B5, 5E and FF. RGB value is (181,94,255). Sum of RGB (Red+Green+Blue) = 181+94+255=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 94 (37.11% from 255 or 17.74% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B55EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EFF is #4AA100. Grayscale: #898989. Windows color (decimal): -4890881 or 16735925. OLE color: 16735925.

HSL color Cylindrical-coordinate representation of color #B55EFF: hue angle of 272.42º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55EFF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 94 255 -
CMYK 0.29 0.63 0 0
HSL 272.42º 1% 0.68% -
HSV(B) 272.42º 0.63% 1% -
XYZ 41.11 25.05 97.28 -
YUV 138.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 181 94 255 0.29 0.63 0 0 272.42 1 0.68
Hex B5 5E FF 1D 3F 0 0 110 64 44
Octal 265 136 377 35 77 0 0 420 144 104
Binary 10110101 1011110 11111111 11101 111111 0 0 100010000 1100100 1000100

Color Harmonies of #B55EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EFF

Black with #B55EFF

Text Example


Text Example

White with #B55EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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