Html Css Color HEX #BF2CDA Medium Orchid

📋 copy color: '#BF2CDA'

red 191 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #BF2CDA

Tints of Medium Orchid #BF2CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.71%

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 42.16%
G = 9.71%
B = 48.12%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF2CDA (or 0xBF2CDA) is known color: Medium Orchid. HEX triplet: BF, 2C and DA. RGB value is (191,44,218). Sum of RGB (Red+Green+Blue) = 191+44+218=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 44 (17.58% from 255 or 9.71% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF2CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDA is #40D325. Grayscale: #6B6B6B. Windows color (decimal): -4248358 or 14298303. OLE color: 14298303.

HSL color Cylindrical-coordinate representation of color #BF2CDA: hue angle of 290.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2CDA is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 44 218 -
CMYK 0.12 0.80 0 0.15
HSL 290.69º 0.7% 0.51% -
HSV(B) 290.69º 0.8% 0.85% -
XYZ 35.04 17.94 67.95 -
YUV 107.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 191 44 218 0.12 0.80 0 0.15 290.69 0.7 0.51
Hex BF 2C DA C 50 0 F 123 46 33
Octal 277 54 332 14 120 0 17 443 106 63
Binary 10111111 101100 11011010 1100 1010000 0 1111 100100011 1000110 110011

Color Harmonies of #BF2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CDA

Black with #BF2CDA

Text Example


Text Example

White with #BF2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CDA; }

 p { color: rgb(191,44,218); }

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

background-color css

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

 a { background-color: rgb(191,44,218); }

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

border-color css

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

 span { border-color: rgb(191,44,218); }

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