Html Css Color HEX #BF2CDC Medium Orchid

📋 copy color: '#BF2CDC'

red 191 ◦ green 44 ◦ blue 220

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

Shades of Medium Orchid #BF2CDC

Tints of Medium Orchid #BF2CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 41.98%
G = 9.67%
B = 48.35%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF2CDC (or 0xBF2CDC) is known color: Medium Orchid. HEX triplet: BF, 2C and DC. RGB value is (191,44,220). Sum of RGB (Red+Green+Blue) = 191+44+220=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 44 (17.58% from 255 or 9.67% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF2CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CDC is #40D323. Grayscale: #6B6B6B. Windows color (decimal): -4248356 or 14429375. OLE color: 14429375.

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

Color convert

RGB 191 44 220 -
CMYK 0.13 0.8 0 0.14
HSL 290.11º 0.72% 0.52% -
HSV(B) 290.11º 0.8% 0.86% -
XYZ 35.3 18.05 69.33 -
YUV 108.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 191 44 220 0.13 0.8 0 0.14 290.11 0.72 0.52
Hex BF 2C DC D 50 0 E 122 48 34
Octal 277 54 334 15 120 0 16 442 110 64
Binary 10111111 101100 11011100 1101 1010000 0 1110 100100010 1001000 110100

Color Harmonies of #BF2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2CDC

Black with #BF2CDC

Text Example


Text Example

White with #BF2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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