Html Css Color HEX #BF43E6 Medium Orchid

📋 copy color: '#BF43E6'

red 191 ◦ green 67 ◦ blue 230

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

Shades of Medium Orchid #BF43E6

Tints of Medium Orchid #BF43E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.13%

R = 39.14%
G = 13.73%
B = 47.13%

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

#BF43E6 (or 0xBF43E6) is known color: Medium Orchid. HEX triplet: BF, 43 and E6. RGB value is (191,67,230). Sum of RGB (Red+Green+Blue) = 191+67+230=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF43E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF43E6 is #40BC19. Grayscale: #7A7A7A. Windows color (decimal): -4242458 or 15090623. OLE color: 15090623.

HSL color Cylindrical-coordinate representation of color #BF43E6: hue angle of 285.64º degrees, saturation: 0.77, 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 #BF43E6 is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 67 230 -
CMYK 0.17 0.71 0 0.10
HSL 285.64º 0.77% 0.58% -
HSV(B) 285.64º 0.71% 0.9% -
XYZ 37.78 20.8 76.89 -
YUV 122.66 188.58 176.75 -
System Red Green Blue C M Y K H S L
Decimal 191 67 230 0.17 0.71 0 0.10 285.64 0.77 0.58
Hex BF 43 E6 11 47 0 A 11E 4D 3A
Octal 277 103 346 21 107 0 12 436 115 72
Binary 10111111 1000011 11100110 10001 1000111 0 1010 100011110 1001101 111010

Color Harmonies of #BF43E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF43E6

Black with #BF43E6

Text Example


Text Example

White with #BF43E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF43E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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