Html Css Color HEX #BB3EDA Medium Orchid

📋 copy color: '#BB3EDA'

red 187 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #BB3EDA

Tints of Medium Orchid #BB3EDA

RGB

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

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

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

R = 40.04%
G = 13.28%
B = 46.68%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB3EDA (or 0xBB3EDA) is known color: Medium Orchid. HEX triplet: BB, 3E and DA. RGB value is (187,62,218). Sum of RGB (Red+Green+Blue) = 187+62+218=467 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.04% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3EDA is #44C125. Grayscale: #747474. Windows color (decimal): -4505894 or 14302907. OLE color: 14302907.

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

Color convert

RGB 187 62 218 -
CMYK 0.14 0.72 0 0.15
HSL 288.08º 0.68% 0.55% -
HSV(B) 288.08º 0.72% 0.85% -
XYZ 34.87 19.07 68.17 -
YUV 117.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 187 62 218 0.14 0.72 0 0.15 288.08 0.68 0.55
Hex BB 3E DA E 48 0 F 120 44 37
Octal 273 76 332 16 110 0 17 440 104 67
Binary 10111011 111110 11011010 1110 1001000 0 1111 100100000 1000100 110111

Color Harmonies of #BB3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3EDA

Black with #BB3EDA

Text Example


Text Example

White with #BB3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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