Html Css Color HEX #BB77E9 Medium Orchid

📋 copy color: '#BB77E9'

red 187 ◦ green 119 ◦ blue 233

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

Shades of Medium Orchid #BB77E9

Tints of Medium Orchid #BB77E9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.08%

 BLUE value IS 233 (91.41% from 255) = 43.23%

R = 34.69%
G = 22.08%
B = 43.23%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB77E9 (or 0xBB77E9) is known color: Medium Orchid. HEX triplet: BB, 77 and E9. RGB value is (187,119,233). Sum of RGB (Red+Green+Blue) = 187+119+233=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77E9 is #448816. Grayscale: #979797. Windows color (decimal): -4491287 or 15300539. OLE color: 15300539.

HSL color Cylindrical-coordinate representation of color #BB77E9: hue angle of 275.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB77E9 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 119 233 -
CMYK 0.20 0.49 0 0.09
HSL 275.79º 0.72% 0.69% -
HSV(B) 275.79º 0.49% 0.91% -
XYZ 41.8 29.64 80.61 -
YUV 152.33 173.53 152.73 -
System Red Green Blue C M Y K H S L
Decimal 187 119 233 0.20 0.49 0 0.09 275.79 0.72 0.69
Hex BB 77 E9 14 31 0 9 114 48 45
Octal 273 167 351 24 61 0 11 424 110 105
Binary 10111011 1110111 11101001 10100 110001 0 1001 100010100 1001000 1000101

Color Harmonies of #BB77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77E9

Black with #BB77E9

Text Example


Text Example

White with #BB77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77E9; }

 p { color: rgb(187,119,233); }

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

background-color css

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

 a { background-color: rgb(187,119,233); }

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

border-color css

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

 span { border-color: rgb(187,119,233); }

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