Html Css Color HEX #B55FDC Medium Orchid

📋 copy color: '#B55FDC'

red 181 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #B55FDC

Tints of Medium Orchid #B55FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 36.49%
G = 19.15%
B = 44.35%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B55FDC (or 0xB55FDC) is known color: Medium Orchid. HEX triplet: B5, 5F and DC. RGB value is (181,95,220). Sum of RGB (Red+Green+Blue) = 181+95+220=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B55FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FDC is #4AA023. Grayscale: #868686. Windows color (decimal): -4890660 or 14442421. OLE color: 14442421.

HSL color Cylindrical-coordinate representation of color #B55FDC: hue angle of 281.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B55FDC is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 95 220 -
CMYK 0.18 0.57 0 0.14
HSL 281.28º 0.64% 0.62% -
HSV(B) 281.28º 0.57% 0.86% -
XYZ 36.07 23.18 70.28 -
YUV 134.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 181 95 220 0.18 0.57 0 0.14 281.28 0.64 0.62
Hex B5 5F DC 12 39 0 E 119 40 3E
Octal 265 137 334 22 71 0 16 431 100 76
Binary 10110101 1011111 11011100 10010 111001 0 1110 100011001 1000000 111110

Color Harmonies of #B55FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FDC

Black with #B55FDC

Text Example


Text Example

White with #B55FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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