Html Css Color HEX #BF54FD Medium Orchid

📋 copy color: '#BF54FD'

red 191 ◦ green 84 ◦ blue 253

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

Shades of Medium Orchid #BF54FD

Tints of Medium Orchid #BF54FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.92%

R = 36.17%
G = 15.91%
B = 47.92%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF54FD (or 0xBF54FD) is known color: Medium Orchid. HEX triplet: BF, 54 and FD. RGB value is (191,84,253). Sum of RGB (Red+Green+Blue) = 191+84+253=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 84 (33.20% from 255 or 15.91% from 528); Blue value is 253 (99.22% from 255 or 47.92% from 528); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF54FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF54FD is #40AB02. Grayscale: #868686. Windows color (decimal): -4238083 or 16602303. OLE color: 16602303.

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

Color convert

RGB 191 84 253 -
CMYK 0.25 0.67 0 0.01
HSL 277.99º 0.98% 0.66% -
HSV(B) 277.99º 0.67% 0.99% -
XYZ 42.39 24.51 95.43 -
YUV 135.26 194.45 167.76 -
System Red Green Blue C M Y K H S L
Decimal 191 84 253 0.25 0.67 0 0.01 277.99 0.98 0.66
Hex BF 54 FD 19 43 0 1 116 62 42
Octal 277 124 375 31 103 0 1 426 142 102
Binary 10111111 1010100 11111101 11001 1000011 0 1 100010110 1100010 1000010

Color Harmonies of #BF54FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54FD

Black with #BF54FD

Text Example


Text Example

White with #BF54FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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