Html Css Color HEX #BF54CE Medium Orchid

📋 copy color: '#BF54CE'

red 191 ◦ green 84 ◦ blue 206

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

Shades of Medium Orchid #BF54CE

Tints of Medium Orchid #BF54CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.83%

R = 39.71%
G = 17.46%
B = 42.83%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF54CE (or 0xBF54CE) is known color: Medium Orchid. HEX triplet: BF, 54 and CE. RGB value is (191,84,206). Sum of RGB (Red+Green+Blue) = 191+84+206=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF54CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54CE is #40AB31. Grayscale: #818181. Windows color (decimal): -4238130 or 13522111. OLE color: 13522111.

HSL color Cylindrical-coordinate representation of color #BF54CE: hue angle of 292.62º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF54CE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 84 206 -
CMYK 0.07 0.59 0 0.19
HSL 292.62º 0.55% 0.57% -
HSV(B) 292.62º 0.59% 0.81% -
XYZ 35.8 21.87 60.73 -
YUV 129.9 170.95 171.58 -
System Red Green Blue C M Y K H S L
Decimal 191 84 206 0.07 0.59 0 0.19 292.62 0.55 0.57
Hex BF 54 CE 7 3B 0 13 125 37 39
Octal 277 124 316 7 73 0 23 445 67 71
Binary 10111111 1010100 11001110 111 111011 0 10011 100100101 110111 111001

Color Harmonies of #BF54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54CE

Black with #BF54CE

Text Example


Text Example

White with #BF54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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