Html Css Color HEX #BF44F0 Medium Orchid

📋 copy color: '#BF44F0'

red 191 ◦ green 68 ◦ blue 240

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

Shades of Medium Orchid #BF44F0

Tints of Medium Orchid #BF44F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.1%

R = 38.28%
G = 13.63%
B = 48.1%

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

#BF44F0 (or 0xBF44F0) is known color: Medium Orchid. HEX triplet: BF, 44 and F0. RGB value is (191,68,240). Sum of RGB (Red+Green+Blue) = 191+68+240=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF44F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44F0 is #40BB0F. Grayscale: #7B7B7B. Windows color (decimal): -4242192 or 15746239. OLE color: 15746239.

HSL color Cylindrical-coordinate representation of color #BF44F0: hue angle of 282.91º degrees, saturation: 0.85, 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 #BF44F0 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 68 240 -
CMYK 0.20 0.72 0 0.06
HSL 282.91º 0.85% 0.6% -
HSV(B) 282.91º 0.72% 0.94% -
XYZ 39.28 21.5 84.52 -
YUV 124.39 193.25 175.51 -
System Red Green Blue C M Y K H S L
Decimal 191 68 240 0.20 0.72 0 0.06 282.91 0.85 0.6
Hex BF 44 F0 14 48 0 6 11B 55 3C
Octal 277 104 360 24 110 0 6 433 125 74
Binary 10111111 1000100 11110000 10100 1001000 0 110 100011011 1010101 111100

Color Harmonies of #BF44F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF44F0

Black with #BF44F0

Text Example


Text Example

White with #BF44F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF44F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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