Html Css Color HEX #BF2DCF Medium Orchid

📋 copy color: '#BF2DCF'

red 191 ◦ green 45 ◦ blue 207

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

Shades of Medium Orchid #BF2DCF

Tints of Medium Orchid #BF2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.16%

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 43.12%
G = 10.16%
B = 46.73%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2DCF (or 0xBF2DCF) is known color: Medium Orchid. HEX triplet: BF, 2D and CF. RGB value is (191,45,207). Sum of RGB (Red+Green+Blue) = 191+45+207=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DCF is #40D230. Grayscale: #6A6A6A. Windows color (decimal): -4248113 or 13577663. OLE color: 13577663.

HSL color Cylindrical-coordinate representation of color #BF2DCF: hue angle of 294.07º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2DCF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 45 207 -
CMYK 0.08 0.78 0 0.19
HSL 294.07º 0.64% 0.49% -
HSV(B) 294.07º 0.78% 0.81% -
XYZ 33.69 17.46 60.63 -
YUV 107.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 191 45 207 0.08 0.78 0 0.19 294.07 0.64 0.49
Hex BF 2D CF 8 4E 0 13 126 40 31
Octal 277 55 317 10 116 0 23 446 100 61
Binary 10111111 101101 11001111 1000 1001110 0 10011 100100110 1000000 110001

Color Harmonies of #BF2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DCF

Black with #BF2DCF

Text Example


Text Example

White with #BF2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DCF; }

 p { color: rgb(191,45,207); }

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

background-color css

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

 a { background-color: rgb(191,45,207); }

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

border-color css

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

 span { border-color: rgb(191,45,207); }

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