Html Css Color HEX #BB53CB Medium Orchid

📋 copy color: '#BB53CB'

red 187 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #BB53CB

Tints of Medium Orchid #BB53CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 39.53%
G = 17.55%
B = 42.92%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB53CB (or 0xBB53CB) is known color: Medium Orchid. HEX triplet: BB, 53 and CB. RGB value is (187,83,203). Sum of RGB (Red+Green+Blue) = 187+83+203=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB53CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53CB is #44AC34. Grayscale: #7F7F7F. Windows color (decimal): -4500533 or 13325243. OLE color: 13325243.

HSL color Cylindrical-coordinate representation of color #BB53CB: hue angle of 292º 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 #BB53CB is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 83 203 -
CMYK 0.08 0.59 0 0.20
HSL 292º 0.54% 0.56% -
HSV(B) 292º 0.59% 0.8% -
XYZ 34.37 21.06 58.75 -
YUV 127.78 170.46 170.24 -
System Red Green Blue C M Y K H S L
Decimal 187 83 203 0.08 0.59 0 0.20 292 0.54 0.56
Hex BB 53 CB 8 3B 0 14 124 36 38
Octal 273 123 313 10 73 0 24 444 66 70
Binary 10111011 1010011 11001011 1000 111011 0 10100 100100100 110110 111000

Color Harmonies of #BB53CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53CB

Black with #BB53CB

Text Example


Text Example

White with #BB53CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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