Html Css Color HEX #BB39E5 Medium Orchid

📋 copy color: '#BB39E5'

red 187 ◦ green 57 ◦ blue 229

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

Shades of Medium Orchid #BB39E5

Tints of Medium Orchid #BB39E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.41%

R = 39.53%
G = 12.05%
B = 48.41%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB39E5 (or 0xBB39E5) is known color: Medium Orchid. HEX triplet: BB, 39 and E5. RGB value is (187,57,229). Sum of RGB (Red+Green+Blue) = 187+57+229=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB39E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB39E5 is #44C61A. Grayscale: #727272. Windows color (decimal): -4507163 or 15022523. OLE color: 15022523.

HSL color Cylindrical-coordinate representation of color #BB39E5: hue angle of 285.35º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB39E5 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 57 229 -
CMYK 0.18 0.75 0 0.10
HSL 285.35º 0.77% 0.56% -
HSV(B) 285.35º 0.75% 0.9% -
XYZ 36.1 19.15 75.92 -
YUV 115.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 187 57 229 0.18 0.75 0 0.10 285.35 0.77 0.56
Hex BB 39 E5 12 4B 0 A 11D 4D 38
Octal 273 71 345 22 113 0 12 435 115 70
Binary 10111011 111001 11100101 10010 1001011 0 1010 100011101 1001101 111000

Color Harmonies of #BB39E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB39E5

Black with #BB39E5

Text Example


Text Example

White with #BB39E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB39E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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