Html Css Color HEX #BB53CC Medium Orchid

📋 copy color: '#BB53CC'

red 187 ◦ green 83 ◦ blue 204

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

Shades of Medium Orchid #BB53CC

Tints of Medium Orchid #BB53CC

RGB

 RED value IS 187 (73.44% from 255) = 39.45%

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 39.45%
G = 17.51%
B = 43.04%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB53CC (or 0xBB53CC) is known color: Medium Orchid. HEX triplet: BB, 53 and CC. RGB value is (187,83,204). Sum of RGB (Red+Green+Blue) = 187+83+204=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB53CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53CC is #44AC33. Grayscale: #7F7F7F. Windows color (decimal): -4500532 or 13390779. OLE color: 13390779.

HSL color Cylindrical-coordinate representation of color #BB53CC: hue angle of 291.57º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB53CC is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 83 204 -
CMYK 0.08 0.59 0 0.2
HSL 291.57º 0.54% 0.56% -
HSV(B) 291.57º 0.59% 0.8% -
XYZ 34.49 21.11 59.38 -
YUV 127.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 187 83 204 0.08 0.59 0 0.2 291.57 0.54 0.56
Hex BB 53 CC 8 3B 0 14 124 36 38
Octal 273 123 314 10 73 0 24 444 66 70
Binary 10111011 1010011 11001100 1000 111011 0 10100 100100100 110110 111000

Color Harmonies of #BB53CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53CC

Black with #BB53CC

Text Example


Text Example

White with #BB53CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53CC; }

 p { color: rgb(187,83,204); }

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

background-color css

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

 a { background-color: rgb(187,83,204); }

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

border-color css

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

 span { border-color: rgb(187,83,204); }

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