Html Css Color HEX #B55DF9 Medium Orchid

📋 copy color: '#B55DF9'

red 181 ◦ green 93 ◦ blue 249

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

Shades of Medium Orchid #B55DF9

Tints of Medium Orchid #B55DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.78%

 BLUE value IS 249 (97.66% from 255) = 47.61%

R = 34.61%
G = 17.78%
B = 47.61%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B55DF9 (or 0xB55DF9) is known color: Medium Orchid. HEX triplet: B5, 5D and F9. RGB value is (181,93,249). Sum of RGB (Red+Green+Blue) = 181+93+249=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #B55DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55DF9 is #4AA206. Grayscale: #888888. Windows color (decimal): -4891143 or 16342453. OLE color: 16342453.

HSL color Cylindrical-coordinate representation of color #B55DF9: hue angle of 273.85º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55DF9 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 93 249 -
CMYK 0.27 0.63 0 0.02
HSL 273.85º 0.93% 0.67% -
HSV(B) 273.85º 0.63% 0.98% -
XYZ 40.07 24.49 92.24 -
YUV 137.1 191.15 159.32 -
System Red Green Blue C M Y K H S L
Decimal 181 93 249 0.27 0.63 0 0.02 273.85 0.93 0.67
Hex B5 5D F9 1B 3F 0 2 112 5D 43
Octal 265 135 371 33 77 0 2 422 135 103
Binary 10110101 1011101 11111001 11011 111111 0 10 100010010 1011101 1000011

Color Harmonies of #B55DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55DF9

Black with #B55DF9

Text Example


Text Example

White with #B55DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55DF9; }

 p { color: rgb(181,93,249); }

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

background-color css

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

 a { background-color: rgb(181,93,249); }

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

border-color css

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

 span { border-color: rgb(181,93,249); }

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