Html Css Color HEX #BF50FA Medium Orchid

📋 copy color: '#BF50FA'

red 191 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #BF50FA

Tints of Medium Orchid #BF50FA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.36%

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

R = 36.66%
G = 15.36%
B = 47.98%

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

#BF50FA (or 0xBF50FA) is known color: Medium Orchid. HEX triplet: BF, 50 and FA. RGB value is (191,80,250). Sum of RGB (Red+Green+Blue) = 191+80+250=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50FA is #40AF05. Grayscale: #848484. Windows color (decimal): -4239110 or 16404671. OLE color: 16404671.

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

Color convert

RGB 191 80 250 -
CMYK 0.24 0.68 0 0.02
HSL 279.18º 0.94% 0.65% -
HSV(B) 279.18º 0.68% 0.98% -
XYZ 41.61 23.72 92.83 -
YUV 132.57 194.27 169.68 -
System Red Green Blue C M Y K H S L
Decimal 191 80 250 0.24 0.68 0 0.02 279.18 0.94 0.65
Hex BF 50 FA 18 44 0 2 117 5E 41
Octal 277 120 372 30 104 0 2 427 136 101
Binary 10111111 1010000 11111010 11000 1000100 0 10 100010111 1011110 1000001

Color Harmonies of #BF50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50FA

Black with #BF50FA

Text Example


Text Example

White with #BF50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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