Html Css Color HEX #BB74E1 Medium Orchid

📋 copy color: '#BB74E1'

red 187 ◦ green 116 ◦ blue 225

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

Shades of Medium Orchid #BB74E1

Tints of Medium Orchid #BB74E1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.97%

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

R = 35.42%
G = 21.97%
B = 42.61%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB74E1 (or 0xBB74E1) is known color: Medium Orchid. HEX triplet: BB, 74 and E1. RGB value is (187,116,225). Sum of RGB (Red+Green+Blue) = 187+116+225=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74E1 is #448B1E. Grayscale: #959595. Windows color (decimal): -4492063 or 14775483. OLE color: 14775483.

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

Color convert

RGB 187 116 225 -
CMYK 0.17 0.48 0 0.12
HSL 279.08º 0.64% 0.67% -
HSV(B) 279.08º 0.48% 0.88% -
XYZ 40.33 28.49 74.61 -
YUV 149.66 170.52 154.64 -
System Red Green Blue C M Y K H S L
Decimal 187 116 225 0.17 0.48 0 0.12 279.08 0.64 0.67
Hex BB 74 E1 11 30 0 C 117 40 43
Octal 273 164 341 21 60 0 14 427 100 103
Binary 10111011 1110100 11100001 10001 110000 0 1100 100010111 1000000 1000011

Color Harmonies of #BB74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74E1

Black with #BB74E1

Text Example


Text Example

White with #BB74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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