Html Css Color HEX #B55EFC Medium Orchid

📋 copy color: '#B55EFC'

red 181 ◦ green 94 ◦ blue 252

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

Shades of Medium Orchid #B55EFC

Tints of Medium Orchid #B55EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 34.35%
G = 17.84%
B = 47.82%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B55EFC (or 0xB55EFC) is known color: Medium Orchid. HEX triplet: B5, 5E and FC. RGB value is (181,94,252). Sum of RGB (Red+Green+Blue) = 181+94+252=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 94 (37.11% from 255 or 17.84% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #B55EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55EFC is #4AA103. Grayscale: #898989. Windows color (decimal): -4890884 or 16539317. OLE color: 16539317.

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

Color convert

RGB 181 94 252 -
CMYK 0.28 0.63 0 0.01
HSL 273.04º 0.96% 0.68% -
HSV(B) 273.04º 0.63% 0.99% -
XYZ 40.63 24.86 94.75 -
YUV 138.03 192.32 158.65 -
System Red Green Blue C M Y K H S L
Decimal 181 94 252 0.28 0.63 0 0.01 273.04 0.96 0.68
Hex B5 5E FC 1C 3F 0 1 111 60 44
Octal 265 136 374 34 77 0 1 421 140 104
Binary 10110101 1011110 11111100 11100 111111 0 1 100010001 1100000 1000100

Color Harmonies of #B55EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55EFC

Black with #B55EFC

Text Example


Text Example

White with #B55EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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