Html Css Color HEX #BF3AF0 Medium Orchid

📋 copy color: '#BF3AF0'

red 191 ◦ green 58 ◦ blue 240

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

Shades of Medium Orchid #BF3AF0

Tints of Medium Orchid #BF3AF0

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.86%

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

R = 39.06%
G = 11.86%
B = 49.08%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF3AF0 (or 0xBF3AF0) is known color: Medium Orchid. HEX triplet: BF, 3A and F0. RGB value is (191,58,240). Sum of RGB (Red+Green+Blue) = 191+58+240=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF3AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3AF0 is #40C50F. Grayscale: #757575. Windows color (decimal): -4244752 or 15743679. OLE color: 15743679.

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

Color convert

RGB 191 58 240 -
CMYK 0.20 0.76 0 0.06
HSL 283.85º 0.86% 0.58% -
HSV(B) 283.85º 0.76% 0.94% -
XYZ 38.73 20.39 84.33 -
YUV 118.52 196.56 179.7 -
System Red Green Blue C M Y K H S L
Decimal 191 58 240 0.20 0.76 0 0.06 283.85 0.86 0.58
Hex BF 3A F0 14 4C 0 6 11C 56 3A
Octal 277 72 360 24 114 0 6 434 126 72
Binary 10111111 111010 11110000 10100 1001100 0 110 100011100 1010110 111010

Color Harmonies of #BF3AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3AF0

Black with #BF3AF0

Text Example


Text Example

White with #BF3AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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