Html Css Color HEX #BF2FCF Medium Orchid

📋 copy color: '#BF2FCF'

red 191 ◦ green 47 ◦ blue 207

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

Shades of Medium Orchid #BF2FCF

Tints of Medium Orchid #BF2FCF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.56%

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

R = 42.92%
G = 10.56%
B = 46.52%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2FCF (or 0xBF2FCF) is known color: Medium Orchid. HEX triplet: BF, 2F and CF. RGB value is (191,47,207). Sum of RGB (Red+Green+Blue) = 191+47+207=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2FCF is #40D030. Grayscale: #6B6B6B. Windows color (decimal): -4247601 or 13578175. OLE color: 13578175.

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

Color convert

RGB 191 47 207 -
CMYK 0.08 0.77 0 0.19
HSL 294º 0.63% 0.5% -
HSV(B) 294º 0.77% 0.81% -
XYZ 33.76 17.61 60.65 -
YUV 108.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 191 47 207 0.08 0.77 0 0.19 294 0.63 0.5
Hex BF 2F CF 8 4D 0 13 126 3F 32
Octal 277 57 317 10 115 0 23 446 77 62
Binary 10111111 101111 11001111 1000 1001101 0 10011 100100110 111111 110010

Color Harmonies of #BF2FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FCF

Black with #BF2FCF

Text Example


Text Example

White with #BF2FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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