Html Css Color HEX #BF4CDF Medium Orchid

📋 copy color: '#BF4CDF'

red 191 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #BF4CDF

Tints of Medium Orchid #BF4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.51%

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 38.98%
G = 15.51%
B = 45.51%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF4CDF (or 0xBF4CDF) is known color: Medium Orchid. HEX triplet: BF, 4C and DF. RGB value is (191,76,223). Sum of RGB (Red+Green+Blue) = 191+76+223=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDF is #40B320. Grayscale: #7E7E7E. Windows color (decimal): -4240161 or 14634175. OLE color: 14634175.

HSL color Cylindrical-coordinate representation of color #BF4CDF: hue angle of 286.94º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4CDF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 76 223 -
CMYK 0.14 0.66 0 0.13
HSL 286.94º 0.7% 0.59% -
HSV(B) 286.94º 0.66% 0.87% -
XYZ 37.39 21.57 72.01 -
YUV 127.14 182.1 173.55 -
System Red Green Blue C M Y K H S L
Decimal 191 76 223 0.14 0.66 0 0.13 286.94 0.7 0.59
Hex BF 4C DF E 42 0 D 11F 46 3B
Octal 277 114 337 16 102 0 15 437 106 73
Binary 10111111 1001100 11011111 1110 1000010 0 1101 100011111 1000110 111011

Color Harmonies of #BF4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4CDF

Black with #BF4CDF

Text Example


Text Example

White with #BF4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4CDF; }

 p { color: rgb(191,76,223); }

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

background-color css

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

 a { background-color: rgb(191,76,223); }

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

border-color css

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

 span { border-color: rgb(191,76,223); }

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