Html Css Color HEX #BF3DDF Medium Orchid

📋 copy color: '#BF3DDF'

red 191 ◦ green 61 ◦ blue 223

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

Shades of Medium Orchid #BF3DDF

Tints of Medium Orchid #BF3DDF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.84%

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

R = 40.21%
G = 12.84%
B = 46.95%

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

#BF3DDF (or 0xBF3DDF) is known color: Medium Orchid. HEX triplet: BF, 3D and DF. RGB value is (191,61,223). Sum of RGB (Red+Green+Blue) = 191+61+223=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF3DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DDF is #40C220. Grayscale: #757575. Windows color (decimal): -4244001 or 14630335. OLE color: 14630335.

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

Color convert

RGB 191 61 223 -
CMYK 0.14 0.73 0 0.13
HSL 288.15º 0.72% 0.56% -
HSV(B) 288.15º 0.73% 0.87% -
XYZ 36.47 19.74 71.7 -
YUV 118.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 191 61 223 0.14 0.73 0 0.13 288.15 0.72 0.56
Hex BF 3D DF E 49 0 D 120 48 38
Octal 277 75 337 16 111 0 15 440 110 70
Binary 10111111 111101 11011111 1110 1001001 0 1101 100100000 1001000 111000

Color Harmonies of #BF3DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3DDF

Black with #BF3DDF

Text Example


Text Example

White with #BF3DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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