Html Css Color HEX #B555D6 Medium Orchid

📋 copy color: '#B555D6'

red 181 ◦ green 85 ◦ blue 214

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

Shades of Medium Orchid #B555D6

Tints of Medium Orchid #B555D6

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.71%

 BLUE value IS 214 (83.98% from 255) = 44.58%

R = 37.71%
G = 17.71%
B = 44.58%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B555D6 (or 0xB555D6) is known color: Medium Orchid. HEX triplet: B5, 55 and D6. RGB value is (181,85,214). Sum of RGB (Red+Green+Blue) = 181+85+214=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 85 (33.59% from 255 or 17.71% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 214 - color contains mainly: blue. Hex color #B555D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555D6 is #4AAA29. Grayscale: #7F7F7F. Windows color (decimal): -4893226 or 14046645. OLE color: 14046645.

HSL color Cylindrical-coordinate representation of color #B555D6: hue angle of 284.65º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B555D6 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 85 214 -
CMYK 0.15 0.60 0 0.16
HSL 284.65º 0.61% 0.59% -
HSV(B) 284.65º 0.6% 0.84% -
XYZ 34.44 21.18 65.89 -
YUV 128.41 176.3 165.51 -
System Red Green Blue C M Y K H S L
Decimal 181 85 214 0.15 0.60 0 0.16 284.65 0.61 0.59
Hex B5 55 D6 F 3C 0 10 11D 3D 3B
Octal 265 125 326 17 74 0 20 435 75 73
Binary 10110101 1010101 11010110 1111 111100 0 10000 100011101 111101 111011

Color Harmonies of #B555D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B555D6

Black with #B555D6

Text Example


Text Example

White with #B555D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B555D6; }

 p { color: rgb(181,85,214); }

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

background-color css

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

 a { background-color: rgb(181,85,214); }

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

border-color css

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

 span { border-color: rgb(181,85,214); }

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