Html Css Color HEX #BF3ECD Medium Orchid

📋 copy color: '#BF3ECD'

red 191 ◦ green 62 ◦ blue 205

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

Shades of Medium Orchid #BF3ECD

Tints of Medium Orchid #BF3ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.54%

 BLUE value IS 205 (80.47% from 255) = 44.76%

R = 41.7%
G = 13.54%
B = 44.76%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF3ECD (or 0xBF3ECD) is known color: Medium Orchid. HEX triplet: BF, 3E and CD. RGB value is (191,62,205). Sum of RGB (Red+Green+Blue) = 191+62+205=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ECD is #40C132. Grayscale: #747474. Windows color (decimal): -4243763 or 13450943. OLE color: 13450943.

HSL color Cylindrical-coordinate representation of color #BF3ECD: hue angle of 294.13º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3ECD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 62 205 -
CMYK 0.07 0.70 0 0.20
HSL 294.13º 0.59% 0.52% -
HSV(B) 294.13º 0.7% 0.8% -
XYZ 34.23 18.93 59.61 -
YUV 116.87 177.74 180.87 -
System Red Green Blue C M Y K H S L
Decimal 191 62 205 0.07 0.70 0 0.20 294.13 0.59 0.52
Hex BF 3E CD 7 46 0 14 126 3B 34
Octal 277 76 315 7 106 0 24 446 73 64
Binary 10111111 111110 11001101 111 1000110 0 10100 100100110 111011 110100

Color Harmonies of #BF3ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3ECD

Black with #BF3ECD

Text Example


Text Example

White with #BF3ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3ECD; }

 p { color: rgb(191,62,205); }

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

background-color css

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

 a { background-color: rgb(191,62,205); }

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

border-color css

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

 span { border-color: rgb(191,62,205); }

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