Html Css Color HEX #BF3CE0 Medium Orchid

📋 copy color: '#BF3CE0'

red 191 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #BF3CE0

Tints of Medium Orchid #BF3CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 40.21%
G = 12.63%
B = 47.16%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF3CE0 (or 0xBF3CE0) is known color: Medium Orchid. HEX triplet: BF, 3C and E0. RGB value is (191,60,224). Sum of RGB (Red+Green+Blue) = 191+60+224=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF3CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CE0 is #40C31F. Grayscale: #757575. Windows color (decimal): -4244256 or 14695615. OLE color: 14695615.

HSL color Cylindrical-coordinate representation of color #BF3CE0: hue angle of 287.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3CE0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 60 224 -
CMYK 0.15 0.73 0 0.12
HSL 287.93º 0.73% 0.56% -
HSV(B) 287.93º 0.73% 0.88% -
XYZ 36.56 19.69 72.39 -
YUV 117.87 187.9 180.16 -
System Red Green Blue C M Y K H S L
Decimal 191 60 224 0.15 0.73 0 0.12 287.93 0.73 0.56
Hex BF 3C E0 F 49 0 C 120 49 38
Octal 277 74 340 17 111 0 14 440 111 70
Binary 10111111 111100 11100000 1111 1001001 0 1100 100100000 1001001 111000

Color Harmonies of #BF3CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CE0

Black with #BF3CE0

Text Example


Text Example

White with #BF3CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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