Html Css Color HEX #BB47DA Medium Orchid

📋 copy color: '#BB47DA'

red 187 ◦ green 71 ◦ blue 218

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

Shades of Medium Orchid #BB47DA

Tints of Medium Orchid #BB47DA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.92%

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

R = 39.29%
G = 14.92%
B = 45.8%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB47DA (or 0xBB47DA) is known color: Medium Orchid. HEX triplet: BB, 47 and DA. RGB value is (187,71,218). Sum of RGB (Red+Green+Blue) = 187+71+218=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 71 (28.12% from 255 or 14.92% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB47DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47DA is #44B825. Grayscale: #797979. Windows color (decimal): -4503590 or 14305211. OLE color: 14305211.

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

Color convert

RGB 187 71 218 -
CMYK 0.14 0.67 0 0.15
HSL 287.35º 0.67% 0.57% -
HSV(B) 287.35º 0.67% 0.85% -
XYZ 35.4 20.13 68.35 -
YUV 122.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 187 71 218 0.14 0.67 0 0.15 287.35 0.67 0.57
Hex BB 47 DA E 43 0 F 11F 43 39
Octal 273 107 332 16 103 0 17 437 103 71
Binary 10111011 1000111 11011010 1110 1000011 0 1111 100011111 1000011 111001

Color Harmonies of #BB47DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47DA

Black with #BB47DA

Text Example


Text Example

White with #BB47DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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