Html Css Color HEX #BF34D9 Medium Orchid

📋 copy color: '#BF34D9'

red 191 ◦ green 52 ◦ blue 217

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

Shades of Medium Orchid #BF34D9

Tints of Medium Orchid #BF34D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.17%

R = 41.52%
G = 11.3%
B = 47.17%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF34D9 (or 0xBF34D9) is known color: Medium Orchid. HEX triplet: BF, 34 and D9. RGB value is (191,52,217). Sum of RGB (Red+Green+Blue) = 191+52+217=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #BF34D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34D9 is #40CB26. Grayscale: #6F6F6F. Windows color (decimal): -4246311 or 14234815. OLE color: 14234815.

HSL color Cylindrical-coordinate representation of color #BF34D9: hue angle of 290.55º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF34D9 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 52 217 -
CMYK 0.12 0.76 0 0.15
HSL 290.55º 0.68% 0.53% -
HSV(B) 290.55º 0.76% 0.85% -
XYZ 35.24 18.54 67.37 -
YUV 112.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 191 52 217 0.12 0.76 0 0.15 290.55 0.68 0.53
Hex BF 34 D9 C 4C 0 F 123 44 35
Octal 277 64 331 14 114 0 17 443 104 65
Binary 10111111 110100 11011001 1100 1001100 0 1111 100100011 1000100 110101

Color Harmonies of #BF34D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34D9

Black with #BF34D9

Text Example


Text Example

White with #BF34D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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