Html Css Color HEX #BB2FDE Medium Orchid

📋 copy color: '#BB2FDE'

red 187 ◦ green 47 ◦ blue 222

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

Shades of Medium Orchid #BB2FDE

Tints of Medium Orchid #BB2FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.31%

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 41.01%
G = 10.31%
B = 48.68%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2FDE (or 0xBB2FDE) is known color: Medium Orchid. HEX triplet: BB, 2F and DE. RGB value is (187,47,222). Sum of RGB (Red+Green+Blue) = 187+47+222=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 47 (18.75% from 255 or 10.31% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB2FDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FDE is #44D021. Grayscale: #6C6C6C. Windows color (decimal): -4509730 or 14561211. OLE color: 14561211.

HSL color Cylindrical-coordinate representation of color #BB2FDE: hue angle of 288º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2FDE is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 47 222 -
CMYK 0.16 0.79 0 0.13
HSL 288º 0.73% 0.53% -
HSV(B) 288º 0.79% 0.87% -
XYZ 34.69 17.87 70.73 -
YUV 108.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 187 47 222 0.16 0.79 0 0.13 288 0.73 0.53
Hex BB 2F DE 10 4F 0 D 120 49 35
Octal 273 57 336 20 117 0 15 440 111 65
Binary 10111011 101111 11011110 10000 1001111 0 1101 100100000 1001001 110101

Color Harmonies of #BB2FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FDE

Black with #BB2FDE

Text Example


Text Example

White with #BB2FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FDE; }

 p { color: rgb(187,47,222); }

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

background-color css

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

 a { background-color: rgb(187,47,222); }

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

border-color css

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

 span { border-color: rgb(187,47,222); }

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