Html Css Color HEX #BF51FA Medium Orchid

📋 copy color: '#BF51FA'

red 191 ◦ green 81 ◦ blue 250

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

Shades of Medium Orchid #BF51FA

Tints of Medium Orchid #BF51FA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.52%

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

R = 36.59%
G = 15.52%
B = 47.89%

CMYK

 C value IS 0.24

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF51FA (or 0xBF51FA) is known color: Medium Orchid. HEX triplet: BF, 51 and FA. RGB value is (191,81,250). Sum of RGB (Red+Green+Blue) = 191+81+250=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 81 (32.03% from 255 or 15.52% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF51FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51FA is #40AE05. Grayscale: #848484. Windows color (decimal): -4238854 or 16404927. OLE color: 16404927.

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

Color convert

RGB 191 81 250 -
CMYK 0.24 0.68 0 0.02
HSL 279.05º 0.94% 0.65% -
HSV(B) 279.05º 0.68% 0.98% -
XYZ 41.68 23.86 92.85 -
YUV 133.16 193.94 169.26 -
System Red Green Blue C M Y K H S L
Decimal 191 81 250 0.24 0.68 0 0.02 279.05 0.94 0.65
Hex BF 51 FA 18 44 0 2 117 5E 41
Octal 277 121 372 30 104 0 2 427 136 101
Binary 10111111 1010001 11111010 11000 1000100 0 10 100010111 1011110 1000001

Color Harmonies of #BF51FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51FA

Black with #BF51FA

Text Example


Text Example

White with #BF51FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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