Html Css Color HEX #B55FDF Medium Orchid

📋 copy color: '#B55FDF'

red 181 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #B55FDF

Tints of Medium Orchid #B55FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 36.27%
G = 19.04%
B = 44.69%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B55FDF (or 0xB55FDF) is known color: Medium Orchid. HEX triplet: B5, 5F and DF. RGB value is (181,95,223). Sum of RGB (Red+Green+Blue) = 181+95+223=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #B55FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FDF is #4AA020. Grayscale: #868686. Windows color (decimal): -4890657 or 14639029. OLE color: 14639029.

HSL color Cylindrical-coordinate representation of color #B55FDF: hue angle of 280.31º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B55FDF is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 95 223 -
CMYK 0.19 0.57 0 0.13
HSL 280.31º 0.67% 0.62% -
HSV(B) 280.31º 0.57% 0.87% -
XYZ 36.47 23.34 72.39 -
YUV 135.31 177.49 160.59 -
System Red Green Blue C M Y K H S L
Decimal 181 95 223 0.19 0.57 0 0.13 280.31 0.67 0.62
Hex B5 5F DF 13 39 0 D 118 43 3E
Octal 265 137 337 23 71 0 15 430 103 76
Binary 10110101 1011111 11011111 10011 111001 0 1101 100011000 1000011 111110

Color Harmonies of #B55FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FDF

Black with #B55FDF

Text Example


Text Example

White with #B55FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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