Html Css Color HEX #B55FD1 Medium Orchid

📋 copy color: '#B55FD1'

red 181 ◦ green 95 ◦ blue 209

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

Shades of Medium Orchid #B55FD1

Tints of Medium Orchid #B55FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 37.32%
G = 19.59%
B = 43.09%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B55FD1 (or 0xB55FD1) is known color: Medium Orchid. HEX triplet: B5, 5F and D1. RGB value is (181,95,209). Sum of RGB (Red+Green+Blue) = 181+95+209=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #B55FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FD1 is #4AA02E. Grayscale: #858585. Windows color (decimal): -4890671 or 13721525. OLE color: 13721525.

HSL color Cylindrical-coordinate representation of color #B55FD1: hue angle of 285.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B55FD1 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 95 209 -
CMYK 0.13 0.55 0 0.18
HSL 285.26º 0.55% 0.6% -
HSV(B) 285.26º 0.55% 0.82% -
XYZ 34.66 22.61 62.86 -
YUV 133.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 181 95 209 0.13 0.55 0 0.18 285.26 0.55 0.6
Hex B5 5F D1 D 37 0 12 11D 37 3C
Octal 265 137 321 15 67 0 22 435 67 74
Binary 10110101 1011111 11010001 1101 110111 0 10010 100011101 110111 111100

Color Harmonies of #B55FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FD1

Black with #B55FD1

Text Example


Text Example

White with #B55FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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