Html Css Color HEX #B553CE Medium Orchid

📋 copy color: '#B553CE'

red 181 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #B553CE

Tints of Medium Orchid #B553CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.66%

 BLUE value IS 206 (80.86% from 255) = 43.83%

R = 38.51%
G = 17.66%
B = 43.83%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B553CE (or 0xB553CE) is known color: Medium Orchid. HEX triplet: B5, 53 and CE. RGB value is (181,83,206). Sum of RGB (Red+Green+Blue) = 181+83+206=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 83 (32.81% from 255 or 17.66% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #B553CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B553CE is #4AAC31. Grayscale: #7D7D7D. Windows color (decimal): -4893746 or 13521845. OLE color: 13521845.

HSL color Cylindrical-coordinate representation of color #B553CE: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B553CE is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 83 206 -
CMYK 0.12 0.60 0 0.19
HSL 287.8º 0.56% 0.57% -
HSV(B) 287.8º 0.6% 0.81% -
XYZ 33.29 20.47 60.59 -
YUV 126.32 172.97 167 -
System Red Green Blue C M Y K H S L
Decimal 181 83 206 0.12 0.60 0 0.19 287.8 0.56 0.57
Hex B5 53 CE C 3C 0 13 120 38 39
Octal 265 123 316 14 74 0 23 440 70 71
Binary 10110101 1010011 11001110 1100 111100 0 10011 100100000 111000 111001

Color Harmonies of #B553CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B553CE

Black with #B553CE

Text Example


Text Example

White with #B553CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B553CE; }

 p { color: rgb(181,83,206); }

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

background-color css

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

 a { background-color: rgb(181,83,206); }

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

border-color css

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

 span { border-color: rgb(181,83,206); }

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