Html Css Color HEX #BF34DF Medium Orchid

📋 copy color: '#BF34DF'

red 191 ◦ green 52 ◦ blue 223

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

Shades of Medium Orchid #BF34DF

Tints of Medium Orchid #BF34DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.16%

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

R = 40.99%
G = 11.16%
B = 47.85%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF34DF (or 0xBF34DF) is known color: Medium Orchid. HEX triplet: BF, 34 and DF. RGB value is (191,52,223). Sum of RGB (Red+Green+Blue) = 191+52+223=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 52 (20.70% from 255 or 11.16% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF34DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34DF is #40CB20. Grayscale: #707070. Windows color (decimal): -4246305 or 14628031. OLE color: 14628031.

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

Color convert

RGB 191 52 223 -
CMYK 0.14 0.77 0 0.13
HSL 288.77º 0.73% 0.54% -
HSV(B) 288.77º 0.77% 0.87% -
XYZ 36.03 18.86 71.55 -
YUV 113.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 191 52 223 0.14 0.77 0 0.13 288.77 0.73 0.54
Hex BF 34 DF E 4D 0 D 121 49 36
Octal 277 64 337 16 115 0 15 441 111 66
Binary 10111111 110100 11011111 1110 1001101 0 1101 100100001 1001001 110110

Color Harmonies of #BF34DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34DF

Black with #BF34DF

Text Example


Text Example

White with #BF34DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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