Html Css Color HEX #BF44EF Medium Orchid

📋 copy color: '#BF44EF'

red 191 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #BF44EF

Tints of Medium Orchid #BF44EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.65%

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

R = 38.35%
G = 13.65%
B = 47.99%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF44EF (or 0xBF44EF) is known color: Medium Orchid. HEX triplet: BF, 44 and EF. RGB value is (191,68,239). Sum of RGB (Red+Green+Blue) = 191+68+239=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44EF is #40BB10. Grayscale: #7B7B7B. Windows color (decimal): -4242193 or 15680703. OLE color: 15680703.

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

Color convert

RGB 191 68 239 -
CMYK 0.20 0.72 0 0.06
HSL 283.16º 0.84% 0.6% -
HSV(B) 283.16º 0.72% 0.94% -
XYZ 39.13 21.44 83.74 -
YUV 124.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 191 68 239 0.20 0.72 0 0.06 283.16 0.84 0.6
Hex BF 44 EF 14 48 0 6 11B 54 3C
Octal 277 104 357 24 110 0 6 433 124 74
Binary 10111111 1000100 11101111 10100 1001000 0 110 100011011 1010100 111100

Color Harmonies of #BF44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44EF

Black with #BF44EF

Text Example


Text Example

White with #BF44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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