Html Css Color HEX #BF3CDF Medium Orchid

📋 copy color: '#BF3CDF'

red 191 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #BF3CDF

Tints of Medium Orchid #BF3CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.66%

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

R = 40.3%
G = 12.66%
B = 47.05%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF3CDF (or 0xBF3CDF) is known color: Medium Orchid. HEX triplet: BF, 3C and DF. RGB value is (191,60,223). Sum of RGB (Red+Green+Blue) = 191+60+223=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF3CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CDF is #40C320. Grayscale: #757575. Windows color (decimal): -4244257 or 14630079. OLE color: 14630079.

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

Color convert

RGB 191 60 223 -
CMYK 0.14 0.73 0 0.13
HSL 288.22º 0.72% 0.55% -
HSV(B) 288.22º 0.73% 0.87% -
XYZ 36.42 19.64 71.68 -
YUV 117.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 191 60 223 0.14 0.73 0 0.13 288.22 0.72 0.55
Hex BF 3C DF E 49 0 D 120 48 37
Octal 277 74 337 16 111 0 15 440 110 67
Binary 10111111 111100 11011111 1110 1001001 0 1101 100100000 1001000 110111

Color Harmonies of #BF3CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CDF

Black with #BF3CDF

Text Example


Text Example

White with #BF3CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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