Html Css Color HEX #BF2BCE Medium Orchid

📋 copy color: '#BF2BCE'

red 191 ◦ green 43 ◦ blue 206

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

Shades of Medium Orchid #BF2BCE

Tints of Medium Orchid #BF2BCE

RGB

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

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

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

R = 43.41%
G = 9.77%
B = 46.82%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2BCE (or 0xBF2BCE) is known color: Medium Orchid. HEX triplet: BF, 2B and CE. RGB value is (191,43,206). Sum of RGB (Red+Green+Blue) = 191+43+206=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF2BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BCE is #40D431. Grayscale: #696969. Windows color (decimal): -4248626 or 13511615. OLE color: 13511615.

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

Color convert

RGB 191 43 206 -
CMYK 0.07 0.79 0 0.19
HSL 294.48º 0.65% 0.49% -
HSV(B) 294.48º 0.79% 0.81% -
XYZ 33.49 17.26 59.96 -
YUV 105.83 184.53 188.75 -
System Red Green Blue C M Y K H S L
Decimal 191 43 206 0.07 0.79 0 0.19 294.48 0.65 0.49
Hex BF 2B CE 7 4F 0 13 126 41 31
Octal 277 53 316 7 117 0 23 446 101 61
Binary 10111111 101011 11001110 111 1001111 0 10011 100100110 1000001 110001

Color Harmonies of #BF2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BCE

Black with #BF2BCE

Text Example


Text Example

White with #BF2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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