Html Css Color HEX #BB5DCA Medium Orchid

📋 copy color: '#BB5DCA'

red 187 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #BB5DCA

Tints of Medium Orchid #BB5DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 38.8%
G = 19.29%
B = 41.91%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BB5DCA (or 0xBB5DCA) is known color: Medium Orchid. HEX triplet: BB, 5D and CA. RGB value is (187,93,202). Sum of RGB (Red+Green+Blue) = 187+93+202=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #BB5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB5DCA is #44A235. Grayscale: #858585. Windows color (decimal): -4497974 or 13262267. OLE color: 13262267.

HSL color Cylindrical-coordinate representation of color #BB5DCA: hue angle of 291.74º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB5DCA is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 93 202 -
CMYK 0.07 0.54 0 0.21
HSL 291.74º 0.51% 0.58% -
HSV(B) 291.74º 0.54% 0.79% -
XYZ 35.07 22.66 58.4 -
YUV 133.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 187 93 202 0.07 0.54 0 0.21 291.74 0.51 0.58
Hex BB 5D CA 7 36 0 15 124 33 3A
Octal 273 135 312 7 66 0 25 444 63 72
Binary 10111011 1011101 11001010 111 110110 0 10101 100100100 110011 111010

Color Harmonies of #BB5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5DCA

Black with #BB5DCA

Text Example


Text Example

White with #BB5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5DCA; }

 p { color: rgb(187,93,202); }

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

background-color css

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

 a { background-color: rgb(187,93,202); }

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

border-color css

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

 span { border-color: rgb(187,93,202); }

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