Html Css Color HEX #BF54CF Medium Orchid

📋 copy color: '#BF54CF'

red 191 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #BF54CF

Tints of Medium Orchid #BF54CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.95%

R = 39.63%
G = 17.43%
B = 42.95%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF54CF (or 0xBF54CF) is known color: Medium Orchid. HEX triplet: BF, 54 and CF. RGB value is (191,84,207). Sum of RGB (Red+Green+Blue) = 191+84+207=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF54CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54CF is #40AB30. Grayscale: #818181. Windows color (decimal): -4238129 or 13587647. OLE color: 13587647.

HSL color Cylindrical-coordinate representation of color #BF54CF: hue angle of 292.2º degrees, saturation: 0.56, 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 #BF54CF is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 84 207 -
CMYK 0.08 0.59 0 0.19
HSL 292.2º 0.56% 0.57% -
HSV(B) 292.2º 0.59% 0.81% -
XYZ 35.92 21.92 61.37 -
YUV 130.02 171.45 171.5 -
System Red Green Blue C M Y K H S L
Decimal 191 84 207 0.08 0.59 0 0.19 292.2 0.56 0.57
Hex BF 54 CF 8 3B 0 13 124 38 39
Octal 277 124 317 10 73 0 23 444 70 71
Binary 10111111 1010100 11001111 1000 111011 0 10011 100100100 111000 111001

Color Harmonies of #BF54CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF54CF

Black with #BF54CF

Text Example


Text Example

White with #BF54CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF54CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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