Html Css Color HEX #BB47E0 Medium Orchid

📋 copy color: '#BB47E0'

red 187 ◦ green 71 ◦ blue 224

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

Shades of Medium Orchid #BB47E0

Tints of Medium Orchid #BB47E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.47%

R = 38.8%
G = 14.73%
B = 46.47%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB47E0 (or 0xBB47E0) is known color: Medium Orchid. HEX triplet: BB, 47 and E0. RGB value is (187,71,224). Sum of RGB (Red+Green+Blue) = 187+71+224=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB47E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB47E0 is #44B81F. Grayscale: #7A7A7A. Windows color (decimal): -4503584 or 14698427. OLE color: 14698427.

HSL color Cylindrical-coordinate representation of color #BB47E0: hue angle of 285.49º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB47E0 is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 71 224 -
CMYK 0.17 0.68 0 0.12
HSL 285.49º 0.71% 0.58% -
HSV(B) 285.49º 0.68% 0.88% -
XYZ 36.2 20.45 72.56 -
YUV 123.13 184.93 173.56 -
System Red Green Blue C M Y K H S L
Decimal 187 71 224 0.17 0.68 0 0.12 285.49 0.71 0.58
Hex BB 47 E0 11 44 0 C 11D 47 3A
Octal 273 107 340 21 104 0 14 435 107 72
Binary 10111011 1000111 11100000 10001 1000100 0 1100 100011101 1000111 111010

Color Harmonies of #BB47E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47E0

Black with #BB47E0

Text Example


Text Example

White with #BB47E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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