Html Css Color HEX #BB41DA Medium Orchid

📋 copy color: '#BB41DA'

red 187 ◦ green 65 ◦ blue 218

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

Shades of Medium Orchid #BB41DA

Tints of Medium Orchid #BB41DA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.83%

 BLUE value IS 218 (85.55% from 255) = 46.38%

R = 39.79%
G = 13.83%
B = 46.38%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB41DA (or 0xBB41DA) is known color: Medium Orchid. HEX triplet: BB, 41 and DA. RGB value is (187,65,218). Sum of RGB (Red+Green+Blue) = 187+65+218=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB41DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB41DA is #44BE25. Grayscale: #767676. Windows color (decimal): -4505126 or 14303675. OLE color: 14303675.

HSL color Cylindrical-coordinate representation of color #BB41DA: hue angle of 287.84º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB41DA is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 65 218 -
CMYK 0.14 0.70 0 0.15
HSL 287.84º 0.67% 0.55% -
HSV(B) 287.84º 0.7% 0.85% -
XYZ 35.04 19.41 68.23 -
YUV 118.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 187 65 218 0.14 0.70 0 0.15 287.84 0.67 0.55
Hex BB 41 DA E 46 0 F 120 43 37
Octal 273 101 332 16 106 0 17 440 103 67
Binary 10111011 1000001 11011010 1110 1000110 0 1111 100100000 1000011 110111

Color Harmonies of #BB41DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB41DA

Black with #BB41DA

Text Example


Text Example

White with #BB41DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB41DA; }

 p { color: rgb(187,65,218); }

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

background-color css

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

 a { background-color: rgb(187,65,218); }

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

border-color css

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

 span { border-color: rgb(187,65,218); }

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