Html Css Color HEX #B55FFC Medium Orchid

📋 copy color: '#B55FFC'

red 181 ◦ green 95 ◦ blue 252

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

Shades of Medium Orchid #B55FFC

Tints of Medium Orchid #B55FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.99%

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

R = 34.28%
G = 17.99%
B = 47.73%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B55FFC (or 0xB55FFC) is known color: Medium Orchid. HEX triplet: B5, 5F and FC. RGB value is (181,95,252). Sum of RGB (Red+Green+Blue) = 181+95+252=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 95 (37.5% from 255 or 17.99% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B55FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FFC is #4AA003. Grayscale: #8A8A8A. Windows color (decimal): -4890628 or 16539573. OLE color: 16539573.

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

Color convert

RGB 181 95 252 -
CMYK 0.28 0.62 0 0.01
HSL 272.87º 0.96% 0.68% -
HSV(B) 272.87º 0.62% 0.99% -
XYZ 40.72 25.04 94.78 -
YUV 138.61 191.99 158.23 -
System Red Green Blue C M Y K H S L
Decimal 181 95 252 0.28 0.62 0 0.01 272.87 0.96 0.68
Hex B5 5F FC 1C 3E 0 1 111 60 44
Octal 265 137 374 34 76 0 1 421 140 104
Binary 10110101 1011111 11111100 11100 111110 0 1 100010001 1100000 1000100

Color Harmonies of #B55FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FFC

Black with #B55FFC

Text Example


Text Example

White with #B55FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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