Html Css Color HEX #BB74E5 Medium Orchid

📋 copy color: '#BB74E5'

red 187 ◦ green 116 ◦ blue 229

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

Shades of Medium Orchid #BB74E5

Tints of Medium Orchid #BB74E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 35.15%
G = 21.8%
B = 43.05%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB74E5 (or 0xBB74E5) is known color: Medium Orchid. HEX triplet: BB, 74 and E5. RGB value is (187,116,229). Sum of RGB (Red+Green+Blue) = 187+116+229=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB74E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB74E5 is #448B1A. Grayscale: #959595. Windows color (decimal): -4492059 or 15037627. OLE color: 15037627.

HSL color Cylindrical-coordinate representation of color #BB74E5: hue angle of 277.7º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB74E5 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 116 229 -
CMYK 0.18 0.49 0 0.10
HSL 277.7º 0.68% 0.68% -
HSV(B) 277.7º 0.49% 0.9% -
XYZ 40.88 28.71 77.52 -
YUV 150.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 187 116 229 0.18 0.49 0 0.10 277.7 0.68 0.68
Hex BB 74 E5 12 31 0 A 116 44 44
Octal 273 164 345 22 61 0 12 426 104 104
Binary 10111011 1110100 11100101 10010 110001 0 1010 100010110 1000100 1000100

Color Harmonies of #BB74E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB74E5

Black with #BB74E5

Text Example


Text Example

White with #BB74E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB74E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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