Html Css Color HEX #BF43E5 Medium Orchid

📋 copy color: '#BF43E5'

red 191 ◦ green 67 ◦ blue 229

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

Shades of Medium Orchid #BF43E5

Tints of Medium Orchid #BF43E5

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.76%

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

R = 39.22%
G = 13.76%
B = 47.02%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF43E5 (or 0xBF43E5) is known color: Medium Orchid. HEX triplet: BF, 43 and E5. RGB value is (191,67,229). Sum of RGB (Red+Green+Blue) = 191+67+229=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 67 (26.56% from 255 or 13.76% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF43E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43E5 is #40BC1A. Grayscale: #7A7A7A. Windows color (decimal): -4242459 or 15025087. OLE color: 15025087.

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

Color convert

RGB 191 67 229 -
CMYK 0.17 0.71 0 0.10
HSL 285.93º 0.76% 0.58% -
HSV(B) 285.93º 0.71% 0.9% -
XYZ 37.64 20.75 76.15 -
YUV 122.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 191 67 229 0.17 0.71 0 0.10 285.93 0.76 0.58
Hex BF 43 E5 11 47 0 A 11E 4C 3A
Octal 277 103 345 21 107 0 12 436 114 72
Binary 10111111 1000011 11100101 10001 1000111 0 1010 100011110 1001100 111010

Color Harmonies of #BF43E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43E5

Black with #BF43E5

Text Example


Text Example

White with #BF43E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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