Html Css Color HEX #BF41FA Medium Orchid

📋 copy color: '#BF41FA'

red 191 ◦ green 65 ◦ blue 250

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

Shades of Medium Orchid #BF41FA

Tints of Medium Orchid #BF41FA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.85%

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

R = 37.75%
G = 12.85%
B = 49.41%

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

#BF41FA (or 0xBF41FA) is known color: Medium Orchid. HEX triplet: BF, 41 and FA. RGB value is (191,65,250). Sum of RGB (Red+Green+Blue) = 191+65+250=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 65 (25.78% from 255 or 12.85% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF41FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41FA is #40BE05. Grayscale: #7B7B7B. Windows color (decimal): -4242950 or 16400831. OLE color: 16400831.

HSL color Cylindrical-coordinate representation of color #BF41FA: hue angle of 280.86º 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 #BF41FA is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 65 250 -
CMYK 0.24 0.74 0 0.02
HSL 280.86º 0.95% 0.62% -
HSV(B) 280.86º 0.74% 0.98% -
XYZ 40.63 21.76 92.5 -
YUV 123.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 191 65 250 0.24 0.74 0 0.02 280.86 0.95 0.62
Hex BF 41 FA 18 4A 0 2 119 5F 3E
Octal 277 101 372 30 112 0 2 431 137 76
Binary 10111111 1000001 11111010 11000 1001010 0 10 100011001 1011111 111110

Color Harmonies of #BF41FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41FA

Black with #BF41FA

Text Example


Text Example

White with #BF41FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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