Html Css Color HEX #BF2BDF Medium Orchid

📋 copy color: '#BF2BDF'

red 191 ◦ green 43 ◦ blue 223

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

Shades of Medium Orchid #BF2BDF

Tints of Medium Orchid #BF2BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 41.79%
G = 9.41%
B = 48.8%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF2BDF (or 0xBF2BDF) is known color: Medium Orchid. HEX triplet: BF, 2B and DF. RGB value is (191,43,223). Sum of RGB (Red+Green+Blue) = 191+43+223=457 (60% of max value = 765). Red value is 191 (75% from 255 or 41.79% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF2BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BDF is #40D420. Grayscale: #6B6B6B. Windows color (decimal): -4248609 or 14625727. OLE color: 14625727.

HSL color Cylindrical-coordinate representation of color #BF2BDF: hue angle of 289.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2BDF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 43 223 -
CMYK 0.14 0.81 0 0.13
HSL 289.33º 0.74% 0.52% -
HSV(B) 289.33º 0.81% 0.87% -
XYZ 35.67 18.13 71.43 -
YUV 107.77 193.03 187.36 -
System Red Green Blue C M Y K H S L
Decimal 191 43 223 0.14 0.81 0 0.13 289.33 0.74 0.52
Hex BF 2B DF E 51 0 D 121 4A 34
Octal 277 53 337 16 121 0 15 441 112 64
Binary 10111111 101011 11011111 1110 1010001 0 1101 100100001 1001010 110100

Color Harmonies of #BF2BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2BDF

Black with #BF2BDF

Text Example


Text Example

White with #BF2BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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