Html Css Color HEX #BF4EF0 Medium Orchid

📋 copy color: '#BF4EF0'

red 191 ◦ green 78 ◦ blue 240

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

Shades of Medium Orchid #BF4EF0

Tints of Medium Orchid #BF4EF0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.32%

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

R = 37.52%
G = 15.32%
B = 47.15%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF4EF0 (or 0xBF4EF0) is known color: Medium Orchid. HEX triplet: BF, 4E and F0. RGB value is (191,78,240). Sum of RGB (Red+Green+Blue) = 191+78+240=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 78 (30.86% from 255 or 15.32% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF4EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EF0 is #40B10F. Grayscale: #818181. Windows color (decimal): -4239632 or 15748799. OLE color: 15748799.

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

Color convert

RGB 191 78 240 -
CMYK 0.20 0.68 0 0.06
HSL 281.85º 0.84% 0.62% -
HSV(B) 281.85º 0.68% 0.94% -
XYZ 39.94 22.82 84.74 -
YUV 130.26 189.94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 191 78 240 0.20 0.68 0 0.06 281.85 0.84 0.62
Hex BF 4E F0 14 44 0 6 11A 54 3E
Octal 277 116 360 24 104 0 6 432 124 76
Binary 10111111 1001110 11110000 10100 1000100 0 110 100011010 1010100 111110

Color Harmonies of #BF4EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EF0

Black with #BF4EF0

Text Example


Text Example

White with #BF4EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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