Html Css Color HEX #BF34DC Medium Orchid

📋 copy color: '#BF34DC'

red 191 ◦ green 52 ◦ blue 220

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

Shades of Medium Orchid #BF34DC

Tints of Medium Orchid #BF34DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 41.25%
G = 11.23%
B = 47.52%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF34DC (or 0xBF34DC) is known color: Medium Orchid. HEX triplet: BF, 34 and DC. RGB value is (191,52,220). Sum of RGB (Red+Green+Blue) = 191+52+220=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF34DC is #40CB23. Grayscale: #707070. Windows color (decimal): -4246308 or 14431423. OLE color: 14431423.

HSL color Cylindrical-coordinate representation of color #BF34DC: hue angle of 289.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF34DC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 52 220 -
CMYK 0.13 0.76 0 0.14
HSL 289.64º 0.71% 0.53% -
HSV(B) 289.64º 0.76% 0.86% -
XYZ 35.63 18.7 69.44 -
YUV 112.71 188.55 183.84 -
System Red Green Blue C M Y K H S L
Decimal 191 52 220 0.13 0.76 0 0.14 289.64 0.71 0.53
Hex BF 34 DC D 4C 0 E 122 47 35
Octal 277 64 334 15 114 0 16 442 107 65
Binary 10111111 110100 11011100 1101 1001100 0 1110 100100010 1000111 110101

Color Harmonies of #BF34DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34DC

Black with #BF34DC

Text Example


Text Example

White with #BF34DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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