Html Css Color HEX #BB74E7 Medium Orchid

📋 copy color: '#BB74E7'

red 187 ◦ green 116 ◦ blue 231

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

Shades of Medium Orchid #BB74E7

Tints of Medium Orchid #BB74E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.26%

R = 35.02%
G = 21.72%
B = 43.26%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BB74E7 (or 0xBB74E7) is known color: Medium Orchid. HEX triplet: BB, 74 and E7. RGB value is (187,116,231). Sum of RGB (Red+Green+Blue) = 187+116+231=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 116 (45.70% from 255 or 21.72% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB74E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB74E7 is #448B18. Grayscale: #959595. Windows color (decimal): -4492057 or 15168699. OLE color: 15168699.

HSL color Cylindrical-coordinate representation of color #BB74E7: hue angle of 277.04º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BB74E7 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 116 231 -
CMYK 0.19 0.50 0 0.09
HSL 277.04º 0.71% 0.68% -
HSV(B) 277.04º 0.5% 0.91% -
XYZ 41.16 28.83 79 -
YUV 150.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 187 116 231 0.19 0.50 0 0.09 277.04 0.71 0.68
Hex BB 74 E7 13 32 0 9 115 47 44
Octal 273 164 347 23 62 0 11 425 107 104
Binary 10111011 1110100 11100111 10011 110010 0 1001 100010101 1000111 1000100

Color Harmonies of #BB74E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74E7

Black with #BB74E7

Text Example


Text Example

White with #BB74E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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