Html Css Color HEX #BF2FCE Medium Orchid

📋 copy color: '#BF2FCE'

red 191 ◦ green 47 ◦ blue 206

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

Shades of Medium Orchid #BF2FCE

Tints of Medium Orchid #BF2FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 43.02%
G = 10.59%
B = 46.4%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2FCE (or 0xBF2FCE) is known color: Medium Orchid. HEX triplet: BF, 2F and CE. RGB value is (191,47,206). Sum of RGB (Red+Green+Blue) = 191+47+206=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF2FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2FCE is #40D031. Grayscale: #6B6B6B. Windows color (decimal): -4247602 or 13512639. OLE color: 13512639.

HSL color Cylindrical-coordinate representation of color #BF2FCE: hue angle of 294.34º 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 #BF2FCE is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 47 206 -
CMYK 0.07 0.77 0 0.19
HSL 294.34º 0.63% 0.5% -
HSV(B) 294.34º 0.77% 0.81% -
XYZ 33.64 17.57 60.01 -
YUV 108.18 183.21 187.07 -
System Red Green Blue C M Y K H S L
Decimal 191 47 206 0.07 0.77 0 0.19 294.34 0.63 0.5
Hex BF 2F CE 7 4D 0 13 126 3F 32
Octal 277 57 316 7 115 0 23 446 77 62
Binary 10111111 101111 11001110 111 1001101 0 10011 100100110 111111 110010

Color Harmonies of #BF2FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2FCE

Black with #BF2FCE

Text Example


Text Example

White with #BF2FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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