Html Css Color HEX #BB3DEC Medium Orchid

📋 copy color: '#BB3DEC'

red 187 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #BB3DEC

Tints of Medium Orchid #BB3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.6%

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 38.64%
G = 12.6%
B = 48.76%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB3DEC (or 0xBB3DEC) is known color: Medium Orchid. HEX triplet: BB, 3D and EC. RGB value is (187,61,236). Sum of RGB (Red+Green+Blue) = 187+61+236=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 61 (24.22% from 255 or 12.60% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB3DEC is #44C213. Grayscale: #767676. Windows color (decimal): -4506132 or 15482299. OLE color: 15482299.

HSL color Cylindrical-coordinate representation of color #BB3DEC: hue angle of 283.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3DEC is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 61 236 -
CMYK 0.21 0.74 0 0.07
HSL 283.2º 0.82% 0.58% -
HSV(B) 283.2º 0.74% 0.93% -
XYZ 37.3 19.96 81.24 -
YUV 118.62 194.24 176.77 -
System Red Green Blue C M Y K H S L
Decimal 187 61 236 0.21 0.74 0 0.07 283.2 0.82 0.58
Hex BB 3D EC 15 4A 0 7 11B 52 3A
Octal 273 75 354 25 112 0 7 433 122 72
Binary 10111011 111101 11101100 10101 1001010 0 111 100011011 1010010 111010

Color Harmonies of #BB3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3DEC

Black with #BB3DEC

Text Example


Text Example

White with #BB3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3DEC; }

 p { color: rgb(187,61,236); }

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

background-color css

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

 a { background-color: rgb(187,61,236); }

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

border-color css

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

 span { border-color: rgb(187,61,236); }

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