Html Css Color HEX #BF3FFA Medium Orchid

📋 copy color: '#BF3FFA'

red 191 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #BF3FFA

Tints of Medium Orchid #BF3FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.5%

 BLUE value IS 250 (98.05% from 255) = 49.6%

R = 37.9%
G = 12.5%
B = 49.6%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF3FFA (or 0xBF3FFA) is known color: Medium Orchid. HEX triplet: BF, 3F and FA. RGB value is (191,63,250). Sum of RGB (Red+Green+Blue) = 191+63+250=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 63 (25% from 255 or 12.5% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3FFA is #40C005. Grayscale: #797979. Windows color (decimal): -4243462 or 16400319. OLE color: 16400319.

HSL color Cylindrical-coordinate representation of color #BF3FFA: hue angle of 281.07º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3FFA is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 63 250 -
CMYK 0.24 0.75 0 0.02
HSL 281.07º 0.95% 0.61% -
HSV(B) 281.07º 0.75% 0.98% -
XYZ 40.52 21.53 92.46 -
YUV 122.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 191 63 250 0.24 0.75 0 0.02 281.07 0.95 0.61
Hex BF 3F FA 18 4B 0 2 119 5F 3D
Octal 277 77 372 30 113 0 2 431 137 75
Binary 10111111 111111 11111010 11000 1001011 0 10 100011001 1011111 111101

Color Harmonies of #BF3FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3FFA

Black with #BF3FFA

Text Example


Text Example

White with #BF3FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3FFA; }

 p { color: rgb(191,63,250); }

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

background-color css

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

 a { background-color: rgb(191,63,250); }

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

border-color css

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

 span { border-color: rgb(191,63,250); }

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