Html Css Color HEX #BF34D7 Medium Orchid

📋 copy color: '#BF34D7'

red 191 ◦ green 52 ◦ blue 215

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

Shades of Medium Orchid #BF34D7

Tints of Medium Orchid #BF34D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.94%

R = 41.7%
G = 11.35%
B = 46.94%

CMYK

 C value IS 0.11

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF34D7 (or 0xBF34D7) is known color: Medium Orchid. HEX triplet: BF, 34 and D7. RGB value is (191,52,215). Sum of RGB (Red+Green+Blue) = 191+52+215=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF34D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34D7 is #40CB28. Grayscale: #6F6F6F. Windows color (decimal): -4246313 or 14103743. OLE color: 14103743.

HSL color Cylindrical-coordinate representation of color #BF34D7: hue angle of 291.17º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF34D7 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 52 215 -
CMYK 0.11 0.76 0 0.16
HSL 291.17º 0.67% 0.52% -
HSV(B) 291.17º 0.76% 0.84% -
XYZ 34.98 18.44 66.01 -
YUV 112.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 191 52 215 0.11 0.76 0 0.16 291.17 0.67 0.52
Hex BF 34 D7 B 4C 0 10 123 43 34
Octal 277 64 327 13 114 0 20 443 103 64
Binary 10111111 110100 11010111 1011 1001100 0 10000 100100011 1000011 110100

Color Harmonies of #BF34D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34D7

Black with #BF34D7

Text Example


Text Example

White with #BF34D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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