Html Css Color HEX #BF2BCF Medium Orchid

📋 copy color: '#BF2BCF'

red 191 ◦ green 43 ◦ blue 207

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

Shades of Medium Orchid #BF2BCF

Tints of Medium Orchid #BF2BCF

RGB

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

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

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

R = 43.31%
G = 9.75%
B = 46.94%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF2BCF (or 0xBF2BCF) is known color: Medium Orchid. HEX triplet: BF, 2B and CF. RGB value is (191,43,207). Sum of RGB (Red+Green+Blue) = 191+43+207=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BCF is #40D430. Grayscale: #696969. Windows color (decimal): -4248625 or 13577151. OLE color: 13577151.

HSL color Cylindrical-coordinate representation of color #BF2BCF: hue angle of 294.15º degrees, saturation: 0.66, 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 #BF2BCF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 43 207 -
CMYK 0.08 0.79 0 0.19
HSL 294.15º 0.66% 0.49% -
HSV(B) 294.15º 0.79% 0.81% -
XYZ 33.61 17.31 60.6 -
YUV 105.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 191 43 207 0.08 0.79 0 0.19 294.15 0.66 0.49
Hex BF 2B CF 8 4F 0 13 126 42 31
Octal 277 53 317 10 117 0 23 446 102 61
Binary 10111111 101011 11001111 1000 1001111 0 10011 100100110 1000010 110001

Color Harmonies of #BF2BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BCF

Black with #BF2BCF

Text Example


Text Example

White with #BF2BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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