Html Css Color HEX #BF45EF Medium Orchid

📋 copy color: '#BF45EF'

red 191 ◦ green 69 ◦ blue 239

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

Shades of Medium Orchid #BF45EF

Tints of Medium Orchid #BF45EF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.83%

 BLUE value IS 239 (93.75% from 255) = 47.9%

R = 38.28%
G = 13.83%
B = 47.9%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF45EF (or 0xBF45EF) is known color: Medium Orchid. HEX triplet: BF, 45 and EF. RGB value is (191,69,239). Sum of RGB (Red+Green+Blue) = 191+69+239=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF45EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45EF is #40BA10. Grayscale: #7C7C7C. Windows color (decimal): -4241937 or 15680959. OLE color: 15680959.

HSL color Cylindrical-coordinate representation of color #BF45EF: hue angle of 283.06º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF45EF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 69 239 -
CMYK 0.20 0.71 0 0.06
HSL 283.06º 0.84% 0.6% -
HSV(B) 283.06º 0.71% 0.94% -
XYZ 39.19 21.56 83.76 -
YUV 124.86 192.42 175.18 -
System Red Green Blue C M Y K H S L
Decimal 191 69 239 0.20 0.71 0 0.06 283.06 0.84 0.6
Hex BF 45 EF 14 47 0 6 11B 54 3C
Octal 277 105 357 24 107 0 6 433 124 74
Binary 10111111 1000101 11101111 10100 1000111 0 110 100011011 1010100 111100

Color Harmonies of #BF45EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF45EF

Black with #BF45EF

Text Example


Text Example

White with #BF45EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF45EF; }

 p { color: rgb(191,69,239); }

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

background-color css

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

 a { background-color: rgb(191,69,239); }

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

border-color css

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

 span { border-color: rgb(191,69,239); }

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