Html Css Color HEX #B55FC8 Medium Orchid

📋 copy color: '#B55FC8'

red 181 ◦ green 95 ◦ blue 200

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

Shades of Medium Orchid #B55FC8

Tints of Medium Orchid #B55FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.02%

R = 38.03%
G = 19.96%
B = 42.02%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B55FC8 (or 0xB55FC8) is known color: Medium Orchid. HEX triplet: B5, 5F and C8. RGB value is (181,95,200). Sum of RGB (Red+Green+Blue) = 181+95+200=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #B55FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FC8 is #4AA037. Grayscale: #848484. Windows color (decimal): -4890680 or 13131701. OLE color: 13131701.

HSL color Cylindrical-coordinate representation of color #B55FC8: hue angle of 289.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55FC8 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 95 200 -
CMYK 0.09 0.52 0 0.22
HSL 289.14º 0.49% 0.58% -
HSV(B) 289.14º 0.53% 0.78% -
XYZ 33.57 22.18 57.15 -
YUV 132.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 181 95 200 0.09 0.52 0 0.22 289.14 0.49 0.58
Hex B5 5F C8 9 34 0 16 121 31 3A
Octal 265 137 310 11 64 0 26 441 61 72
Binary 10110101 1011111 11001000 1001 110100 0 10110 100100001 110001 111010

Color Harmonies of #B55FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55FC8

Black with #B55FC8

Text Example


Text Example

White with #B55FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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