Html Css Color HEX #BF2CD2 Medium Orchid

📋 copy color: '#BF2CD2'

red 191 ◦ green 44 ◦ blue 210

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

Shades of Medium Orchid #BF2CD2

Tints of Medium Orchid #BF2CD2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.89%

 BLUE value IS 210 (82.42% from 255) = 47.19%

R = 42.92%
G = 9.89%
B = 47.19%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF2CD2 (or 0xBF2CD2) is known color: Medium Orchid. HEX triplet: BF, 2C and D2. RGB value is (191,44,210). Sum of RGB (Red+Green+Blue) = 191+44+210=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 44 (17.58% from 255 or 9.89% from 445); Blue value is 210 (82.42% from 255 or 47.19% from 445); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF2CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CD2 is #40D32D. Grayscale: #6A6A6A. Windows color (decimal): -4248366 or 13774015. OLE color: 13774015.

HSL color Cylindrical-coordinate representation of color #BF2CD2: hue angle of 293.13º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2CD2 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 44 210 -
CMYK 0.09 0.79 0 0.18
HSL 293.13º 0.65% 0.5% -
HSV(B) 293.13º 0.79% 0.82% -
XYZ 34.02 17.53 62.56 -
YUV 106.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 191 44 210 0.09 0.79 0 0.18 293.13 0.65 0.5
Hex BF 2C D2 9 4F 0 12 125 41 32
Octal 277 54 322 11 117 0 22 445 101 62
Binary 10111111 101100 11010010 1001 1001111 0 10010 100100101 1000001 110010

Color Harmonies of #BF2CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CD2

Black with #BF2CD2

Text Example


Text Example

White with #BF2CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CD2; }

 p { color: rgb(191,44,210); }

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

background-color css

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

 a { background-color: rgb(191,44,210); }

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

border-color css

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

 span { border-color: rgb(191,44,210); }

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