Html Css Color HEX #BF56FA Medium Orchid

📋 copy color: '#BF56FA'

red 191 ◦ green 86 ◦ blue 250

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

Shades of Medium Orchid #BF56FA

Tints of Medium Orchid #BF56FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.32%

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

R = 36.24%
G = 16.32%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF56FA (or 0xBF56FA) is known color: Medium Orchid. HEX triplet: BF, 56 and FA. RGB value is (191,86,250). Sum of RGB (Red+Green+Blue) = 191+86+250=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF56FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF56FA is #40A905. Grayscale: #878787. Windows color (decimal): -4237574 or 16406207. OLE color: 16406207.

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

Color convert

RGB 191 86 250 -
CMYK 0.24 0.66 0 0.02
HSL 278.41º 0.94% 0.66% -
HSV(B) 278.41º 0.66% 0.98% -
XYZ 42.07 24.63 92.98 -
YUV 136.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 191 86 250 0.24 0.66 0 0.02 278.41 0.94 0.66
Hex BF 56 FA 18 42 0 2 116 5E 42
Octal 277 126 372 30 102 0 2 426 136 102
Binary 10111111 1010110 11111010 11000 1000010 0 10 100010110 1011110 1000010

Color Harmonies of #BF56FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56FA

Black with #BF56FA

Text Example


Text Example

White with #BF56FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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