Html Css Color HEX #BF54D0 Medium Orchid

📋 copy color: '#BF54D0'

red 191 ◦ green 84 ◦ blue 208

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

Shades of Medium Orchid #BF54D0

Tints of Medium Orchid #BF54D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.06%

R = 39.54%
G = 17.39%
B = 43.06%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF54D0 (or 0xBF54D0) is known color: Medium Orchid. HEX triplet: BF, 54 and D0. RGB value is (191,84,208). Sum of RGB (Red+Green+Blue) = 191+84+208=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF54D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54D0 is #40AB2F. Grayscale: #818181. Windows color (decimal): -4238128 or 13653183. OLE color: 13653183.

HSL color Cylindrical-coordinate representation of color #BF54D0: hue angle of 291.77º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF54D0 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 84 208 -
CMYK 0.08 0.60 0 0.18
HSL 291.77º 0.57% 0.57% -
HSV(B) 291.77º 0.6% 0.82% -
XYZ 36.04 21.97 62.02 -
YUV 130.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 191 84 208 0.08 0.60 0 0.18 291.77 0.57 0.57
Hex BF 54 D0 8 3C 0 12 124 39 39
Octal 277 124 320 10 74 0 22 444 71 71
Binary 10111111 1010100 11010000 1000 111100 0 10010 100100100 111001 111001

Color Harmonies of #BF54D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54D0

Black with #BF54D0

Text Example


Text Example

White with #BF54D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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