Html Css Color HEX #BB3EDB Medium Orchid

📋 copy color: '#BB3EDB'

red 187 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #BB3EDB

Tints of Medium Orchid #BB3EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 39.96%
G = 13.25%
B = 46.79%

CMYK

 C value IS 0.15

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB3EDB (or 0xBB3EDB) is known color: Medium Orchid. HEX triplet: BB, 3E and DB. RGB value is (187,62,219). Sum of RGB (Red+Green+Blue) = 187+62+219=468 (61% of max value = 765). Red value is 187 (73.44% from 255 or 39.96% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB3EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EDB is #44C124. Grayscale: #747474. Windows color (decimal): -4505893 or 14368443. OLE color: 14368443.

HSL color Cylindrical-coordinate representation of color #BB3EDB: hue angle of 287.77º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3EDB is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 62 219 -
CMYK 0.15 0.72 0 0.14
HSL 287.77º 0.69% 0.55% -
HSV(B) 287.77º 0.72% 0.86% -
XYZ 35 19.12 68.86 -
YUV 117.27 185.41 177.73 -
System Red Green Blue C M Y K H S L
Decimal 187 62 219 0.15 0.72 0 0.14 287.77 0.69 0.55
Hex BB 3E DB F 48 0 E 120 45 37
Octal 273 76 333 17 110 0 16 440 105 67
Binary 10111011 111110 11011011 1111 1001000 0 1110 100100000 1000101 110111

Color Harmonies of #BB3EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EDB

Black with #BB3EDB

Text Example


Text Example

White with #BB3EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EDB; }

 p { color: rgb(187,62,219); }

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

background-color css

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

 a { background-color: rgb(187,62,219); }

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

border-color css

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

 span { border-color: rgb(187,62,219); }

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