Html Css Color HEX #BF40FA Medium Orchid

📋 copy color: '#BF40FA'

red 191 ◦ green 64 ◦ blue 250

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

Shades of Medium Orchid #BF40FA

Tints of Medium Orchid #BF40FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.67%

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

R = 37.82%
G = 12.67%
B = 49.5%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF40FA (or 0xBF40FA) is known color: Medium Orchid. HEX triplet: BF, 40 and FA. RGB value is (191,64,250). Sum of RGB (Red+Green+Blue) = 191+64+250=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40FA is #40BF05. Grayscale: #7A7A7A. Windows color (decimal): -4243206 or 16400575. OLE color: 16400575.

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

Color convert

RGB 191 64 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.97º 0.95% 0.62% -
HSV(B) 280.97º 0.74% 0.98% -
XYZ 40.57 21.65 92.48 -
YUV 123.18 199.58 176.38 -
System Red Green Blue C M Y K H S L
Decimal 191 64 250 0.24 0.74 0 0.02 280.97 0.95 0.62
Hex BF 40 FA 18 4A 0 2 119 5F 3E
Octal 277 100 372 30 112 0 2 431 137 76
Binary 10111111 1000000 11111010 11000 1001010 0 10 100011001 1011111 111110

Color Harmonies of #BF40FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40FA

Black with #BF40FA

Text Example


Text Example

White with #BF40FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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