Html Css Color HEX #BB79E1 Medium Orchid

📋 copy color: '#BB79E1'

red 187 ◦ green 121 ◦ blue 225

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

Shades of Medium Orchid #BB79E1

Tints of Medium Orchid #BB79E1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.7%

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

R = 35.08%
G = 22.7%
B = 42.21%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB79E1 (or 0xBB79E1) is known color: Medium Orchid. HEX triplet: BB, 79 and E1. RGB value is (187,121,225). Sum of RGB (Red+Green+Blue) = 187+121+225=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB79E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79E1 is #44861E. Grayscale: #989898. Windows color (decimal): -4490783 or 14776763. OLE color: 14776763.

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

Color convert

RGB 187 121 225 -
CMYK 0.17 0.46 0 0.12
HSL 278.08º 0.63% 0.68% -
HSV(B) 278.08º 0.46% 0.88% -
XYZ 40.92 29.68 74.81 -
YUV 152.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 187 121 225 0.17 0.46 0 0.12 278.08 0.63 0.68
Hex BB 79 E1 11 2E 0 C 116 3F 44
Octal 273 171 341 21 56 0 14 426 77 104
Binary 10111011 1111001 11100001 10001 101110 0 1100 100010110 111111 1000100

Color Harmonies of #BB79E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB79E1

Black with #BB79E1

Text Example


Text Example

White with #BB79E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB79E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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