Html Css Color HEX #BF76E5 Medium Orchid

📋 copy color: '#BF76E5'

red 191 ◦ green 118 ◦ blue 229

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

Shades of Medium Orchid #BF76E5

Tints of Medium Orchid #BF76E5

RGB

 RED value IS 191 (75% from 255) = 35.5%

 GREEN value IS 118 (46.48% from 255) = 21.93%

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

R = 35.5%
G = 21.93%
B = 42.57%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF76E5 (or 0xBF76E5) is known color: Medium Orchid. HEX triplet: BF, 76 and E5. RGB value is (191,118,229). Sum of RGB (Red+Green+Blue) = 191+118+229=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 229 (89.84% from 255 or 42.57% from 538); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF76E5 is #40891A. Grayscale: #989898. Windows color (decimal): -4229403 or 15038143. OLE color: 15038143.

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

Color convert

RGB 191 118 229 -
CMYK 0.17 0.48 0 0.10
HSL 279.46º 0.68% 0.68% -
HSV(B) 279.46º 0.48% 0.9% -
XYZ 42.11 29.69 77.64 -
YUV 152.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 191 118 229 0.17 0.48 0 0.10 279.46 0.68 0.68
Hex BF 76 E5 11 30 0 A 117 44 44
Octal 277 166 345 21 60 0 12 427 104 104
Binary 10111111 1110110 11100101 10001 110000 0 1010 100010111 1000100 1000100

Color Harmonies of #BF76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76E5

Black with #BF76E5

Text Example


Text Example

White with #BF76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76E5; }

 p { color: rgb(191,118,229); }

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

background-color css

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

 a { background-color: rgb(191,118,229); }

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

border-color css

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

 span { border-color: rgb(191,118,229); }

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