Html Css Color HEX #BF5ACF Medium Orchid

📋 copy color: '#BF5ACF'

red 191 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #BF5ACF

Tints of Medium Orchid #BF5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.44%

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

R = 39.14%
G = 18.44%
B = 42.42%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF5ACF (or 0xBF5ACF) is known color: Medium Orchid. HEX triplet: BF, 5A and CF. RGB value is (191,90,207). Sum of RGB (Red+Green+Blue) = 191+90+207=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ACF is #40A530. Grayscale: #858585. Windows color (decimal): -4236593 or 13589183. OLE color: 13589183.

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

Color convert

RGB 191 90 207 -
CMYK 0.08 0.57 0 0.19
HSL 291.79º 0.55% 0.58% -
HSV(B) 291.79º 0.57% 0.81% -
XYZ 36.4 22.89 61.53 -
YUV 133.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 191 90 207 0.08 0.57 0 0.19 291.79 0.55 0.58
Hex BF 5A CF 8 39 0 13 124 37 3A
Octal 277 132 317 10 71 0 23 444 67 72
Binary 10111111 1011010 11001111 1000 111001 0 10011 100100100 110111 111010

Color Harmonies of #BF5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5ACF

Black with #BF5ACF

Text Example


Text Example

White with #BF5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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