Html Css Color HEX #BF54FB Medium Orchid

📋 copy color: '#BF54FB'

red 191 ◦ green 84 ◦ blue 251

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

Shades of Medium Orchid #BF54FB

Tints of Medium Orchid #BF54FB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.97%

 BLUE value IS 251 (98.44% from 255) = 47.72%

R = 36.31%
G = 15.97%
B = 47.72%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF54FB (or 0xBF54FB) is known color: Medium Orchid. HEX triplet: BF, 54 and FB. RGB value is (191,84,251). Sum of RGB (Red+Green+Blue) = 191+84+251=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF54FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54FB is #40AB04. Grayscale: #868686. Windows color (decimal): -4238085 or 16471231. OLE color: 16471231.

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

Color convert

RGB 191 84 251 -
CMYK 0.24 0.67 0 0.02
HSL 278.44º 0.95% 0.66% -
HSV(B) 278.44º 0.67% 0.98% -
XYZ 42.07 24.38 93.76 -
YUV 135.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 191 84 251 0.24 0.67 0 0.02 278.44 0.95 0.66
Hex BF 54 FB 18 43 0 2 116 5F 42
Octal 277 124 373 30 103 0 2 426 137 102
Binary 10111111 1010100 11111011 11000 1000011 0 10 100010110 1011111 1000010

Color Harmonies of #BF54FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54FB

Black with #BF54FB

Text Example


Text Example

White with #BF54FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54FB; }

 p { color: rgb(191,84,251); }

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

background-color css

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

 a { background-color: rgb(191,84,251); }

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

border-color css

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

 span { border-color: rgb(191,84,251); }

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