Html Css Color HEX #BB39D1 Medium Orchid

📋 copy color: '#BB39D1'

red 187 ◦ green 57 ◦ blue 209

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

Shades of Medium Orchid #BB39D1

Tints of Medium Orchid #BB39D1

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.58%

 BLUE value IS 209 (82.03% from 255) = 46.14%

R = 41.28%
G = 12.58%
B = 46.14%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB39D1 (or 0xBB39D1) is known color: Medium Orchid. HEX triplet: BB, 39 and D1. RGB value is (187,57,209). Sum of RGB (Red+Green+Blue) = 187+57+209=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB39D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39D1 is #44C62E. Grayscale: #707070. Windows color (decimal): -4507183 or 13711803. OLE color: 13711803.

HSL color Cylindrical-coordinate representation of color #BB39D1: hue angle of 291.32º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB39D1 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 57 209 -
CMYK 0.11 0.73 0 0.18
HSL 291.32º 0.62% 0.52% -
HSV(B) 291.32º 0.73% 0.82% -
XYZ 33.47 18.09 62.05 -
YUV 113.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 187 57 209 0.11 0.73 0 0.18 291.32 0.62 0.52
Hex BB 39 D1 B 49 0 12 123 3E 34
Octal 273 71 321 13 111 0 22 443 76 64
Binary 10111011 111001 11010001 1011 1001001 0 10010 100100011 111110 110100

Color Harmonies of #BB39D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39D1

Black with #BB39D1

Text Example


Text Example

White with #BB39D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39D1; }

 p { color: rgb(187,57,209); }

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

background-color css

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

 a { background-color: rgb(187,57,209); }

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

border-color css

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

 span { border-color: rgb(187,57,209); }

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