Html Css Color HEX #BB72E1 Medium Orchid

📋 copy color: '#BB72E1'

red 187 ◦ green 114 ◦ blue 225

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

Shades of Medium Orchid #BB72E1

Tints of Medium Orchid #BB72E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 35.55%
G = 21.67%
B = 42.78%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB72E1 (or 0xBB72E1) is known color: Medium Orchid. HEX triplet: BB, 72 and E1. RGB value is (187,114,225). Sum of RGB (Red+Green+Blue) = 187+114+225=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB72E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB72E1 is #448D1E. Grayscale: #949494. Windows color (decimal): -4492575 or 14774971. OLE color: 14774971.

HSL color Cylindrical-coordinate representation of color #BB72E1: hue angle of 279.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB72E1 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 114 225 -
CMYK 0.17 0.49 0 0.12
HSL 279.46º 0.65% 0.66% -
HSV(B) 279.46º 0.49% 0.88% -
XYZ 40.1 28.04 74.53 -
YUV 148.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 187 114 225 0.17 0.49 0 0.12 279.46 0.65 0.66
Hex BB 72 E1 11 31 0 C 117 41 42
Octal 273 162 341 21 61 0 14 427 101 102
Binary 10111011 1110010 11100001 10001 110001 0 1100 100010111 1000001 1000010

Color Harmonies of #BB72E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB72E1

Black with #BB72E1

Text Example


Text Example

White with #BB72E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB72E1; }

 p { color: rgb(187,114,225); }

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

background-color css

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

 a { background-color: rgb(187,114,225); }

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

border-color css

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

 span { border-color: rgb(187,114,225); }

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