Html Css Color HEX #BF2BD4 Medium Orchid

📋 copy color: '#BF2BD4'

red 191 ◦ green 43 ◦ blue 212

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

Shades of Medium Orchid #BF2BD4

Tints of Medium Orchid #BF2BD4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.64%

 BLUE value IS 212 (83.2% from 255) = 47.53%

R = 42.83%
G = 9.64%
B = 47.53%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF2BD4 (or 0xBF2BD4) is known color: Medium Orchid. HEX triplet: BF, 2B and D4. RGB value is (191,43,212). Sum of RGB (Red+Green+Blue) = 191+43+212=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 43 (17.19% from 255 or 9.64% from 446); Blue value is 212 (83.20% from 255 or 47.53% from 446); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF2BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BD4 is #40D42B. Grayscale: #696969. Windows color (decimal): -4248620 or 13904831. OLE color: 13904831.

HSL color Cylindrical-coordinate representation of color #BF2BD4: hue angle of 292.54º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2BD4 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 43 212 -
CMYK 0.10 0.80 0 0.17
HSL 292.54º 0.66% 0.5% -
HSV(B) 292.54º 0.8% 0.83% -
XYZ 34.23 17.56 63.87 -
YUV 106.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 191 43 212 0.10 0.80 0 0.17 292.54 0.66 0.5
Hex BF 2B D4 A 50 0 11 125 42 32
Octal 277 53 324 12 120 0 21 445 102 62
Binary 10111111 101011 11010100 1010 1010000 0 10001 100100101 1000010 110010

Color Harmonies of #BF2BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BD4

Black with #BF2BD4

Text Example


Text Example

White with #BF2BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BD4; }

 p { color: rgb(191,43,212); }

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

background-color css

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

 a { background-color: rgb(191,43,212); }

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

border-color css

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

 span { border-color: rgb(191,43,212); }

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