Html Css Color HEX #BF3CDD Medium Orchid

📋 copy color: '#BF3CDD'

red 191 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #BF3CDD

Tints of Medium Orchid #BF3CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.71%

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 40.47%
G = 12.71%
B = 46.82%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF3CDD (or 0xBF3CDD) is known color: Medium Orchid. HEX triplet: BF, 3C and DD. RGB value is (191,60,221). Sum of RGB (Red+Green+Blue) = 191+60+221=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF3CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CDD is #40C322. Grayscale: #757575. Windows color (decimal): -4244259 or 14499007. OLE color: 14499007.

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

Color convert

RGB 191 60 221 -
CMYK 0.14 0.73 0 0.13
HSL 288.82º 0.7% 0.55% -
HSV(B) 288.82º 0.73% 0.87% -
XYZ 36.15 19.53 70.27 -
YUV 117.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 191 60 221 0.14 0.73 0 0.13 288.82 0.7 0.55
Hex BF 3C DD E 49 0 D 121 46 37
Octal 277 74 335 16 111 0 15 441 106 67
Binary 10111111 111100 11011101 1110 1001001 0 1101 100100001 1000110 110111

Color Harmonies of #BF3CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CDD

Black with #BF3CDD

Text Example


Text Example

White with #BF3CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CDD; }

 p { color: rgb(191,60,221); }

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

background-color css

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

 a { background-color: rgb(191,60,221); }

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

border-color css

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

 span { border-color: rgb(191,60,221); }

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