Html Css Color HEX #B551C6 Medium Orchid

📋 copy color: '#B551C6'

red 181 ◦ green 81 ◦ blue 198

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

Shades of Medium Orchid #B551C6

Tints of Medium Orchid #B551C6

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

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

R = 39.35%
G = 17.61%
B = 43.04%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B551C6 (or 0xB551C6) is known color: Medium Orchid. HEX triplet: B5, 51 and C6. RGB value is (181,81,198). Sum of RGB (Red+Green+Blue) = 181+81+198=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #B551C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B551C6 is #4AAE39. Grayscale: #7B7B7B. Windows color (decimal): -4894266 or 12997045. OLE color: 12997045.

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

Color convert

RGB 181 81 198 -
CMYK 0.09 0.59 0 0.22
HSL 291.28º 0.51% 0.55% -
HSV(B) 291.28º 0.59% 0.78% -
XYZ 32.19 19.79 55.55 -
YUV 124.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 181 81 198 0.09 0.59 0 0.22 291.28 0.51 0.55
Hex B5 51 C6 9 3B 0 16 123 33 37
Octal 265 121 306 11 73 0 26 443 63 67
Binary 10110101 1010001 11000110 1001 111011 0 10110 100100011 110011 110111

Color Harmonies of #B551C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B551C6

Black with #B551C6

Text Example


Text Example

White with #B551C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B551C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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