Html Css Color HEX #B55FF0 Medium Orchid

📋 copy color: '#B55FF0'

red 181 ◦ green 95 ◦ blue 240

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

Shades of Medium Orchid #B55FF0

Tints of Medium Orchid #B55FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 35.08%
G = 18.41%
B = 46.51%

CMYK

 C value IS 0.25

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B55FF0 (or 0xB55FF0) is known color: Medium Orchid. HEX triplet: B5, 5F and F0. RGB value is (181,95,240). Sum of RGB (Red+Green+Blue) = 181+95+240=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #B55FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FF0 is #4AA00F. Grayscale: #888888. Windows color (decimal): -4890640 or 15753141. OLE color: 15753141.

HSL color Cylindrical-coordinate representation of color #B55FF0: hue angle of 275.59º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55FF0 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 95 240 -
CMYK 0.25 0.60 0 0.06
HSL 275.59º 0.83% 0.66% -
HSV(B) 275.59º 0.6% 0.94% -
XYZ 38.88 24.3 85.08 -
YUV 137.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 181 95 240 0.25 0.60 0 0.06 275.59 0.83 0.66
Hex B5 5F F0 19 3C 0 6 114 53 42
Octal 265 137 360 31 74 0 6 424 123 102
Binary 10110101 1011111 11110000 11001 111100 0 110 100010100 1010011 1000010

Color Harmonies of #B55FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FF0

Black with #B55FF0

Text Example


Text Example

White with #B55FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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