Html Css Color HEX #BB53D0 Medium Orchid

📋 copy color: '#BB53D0'

red 187 ◦ green 83 ◦ blue 208

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

Shades of Medium Orchid #BB53D0

Tints of Medium Orchid #BB53D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.51%

R = 39.12%
G = 17.36%
B = 43.51%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB53D0 (or 0xBB53D0) is known color: Medium Orchid. HEX triplet: BB, 53 and D0. RGB value is (187,83,208). Sum of RGB (Red+Green+Blue) = 187+83+208=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB53D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB53D0 is #44AC2F. Grayscale: #7F7F7F. Windows color (decimal): -4500528 or 13652923. OLE color: 13652923.

HSL color Cylindrical-coordinate representation of color #BB53D0: hue angle of 289.92º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB53D0 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 83 208 -
CMYK 0.10 0.60 0 0.18
HSL 289.92º 0.57% 0.57% -
HSV(B) 289.92º 0.6% 0.82% -
XYZ 34.97 21.31 61.94 -
YUV 128.35 172.96 169.84 -
System Red Green Blue C M Y K H S L
Decimal 187 83 208 0.10 0.60 0 0.18 289.92 0.57 0.57
Hex BB 53 D0 A 3C 0 12 122 39 39
Octal 273 123 320 12 74 0 22 442 71 71
Binary 10111011 1010011 11010000 1010 111100 0 10010 100100010 111001 111001

Color Harmonies of #BB53D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB53D0

Black with #BB53D0

Text Example


Text Example

White with #BB53D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB53D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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