Html Css Color HEX #B55CC6 Medium Orchid

📋 copy color: '#B55CC6'

red 181 ◦ green 92 ◦ blue 198

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

Shades of Medium Orchid #B55CC6

Tints of Medium Orchid #B55CC6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.53%

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 38.43%
G = 19.53%
B = 42.04%

CMYK

 C value IS 0.09

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B55CC6 (or 0xB55CC6) is known color: Medium Orchid. HEX triplet: B5, 5C and C6. RGB value is (181,92,198). Sum of RGB (Red+Green+Blue) = 181+92+198=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #B55CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CC6 is #4AA339. Grayscale: #828282. Windows color (decimal): -4891450 or 12999861. OLE color: 12999861.

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

Color convert

RGB 181 92 198 -
CMYK 0.09 0.54 0 0.22
HSL 290.38º 0.48% 0.57% -
HSV(B) 290.38º 0.54% 0.78% -
XYZ 33.08 21.56 55.84 -
YUV 130.7 165.99 163.88 -
System Red Green Blue C M Y K H S L
Decimal 181 92 198 0.09 0.54 0 0.22 290.38 0.48 0.57
Hex B5 5C C6 9 36 0 16 122 30 39
Octal 265 134 306 11 66 0 26 442 60 71
Binary 10110101 1011100 11000110 1001 110110 0 10110 100100010 110000 111001

Color Harmonies of #B55CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55CC6

Black with #B55CC6

Text Example


Text Example

White with #B55CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55CC6; }

 p { color: rgb(181,92,198); }

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

background-color css

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

 a { background-color: rgb(181,92,198); }

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

border-color css

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

 span { border-color: rgb(181,92,198); }

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