Html Css Color HEX #BF3CE7 Medium Orchid

📋 copy color: '#BF3CE7'

red 191 ◦ green 60 ◦ blue 231

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

Shades of Medium Orchid #BF3CE7

Tints of Medium Orchid #BF3CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.93%

R = 39.63%
G = 12.45%
B = 47.93%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF3CE7 (or 0xBF3CE7) is known color: Medium Orchid. HEX triplet: BF, 3C and E7. RGB value is (191,60,231). Sum of RGB (Red+Green+Blue) = 191+60+231=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 60 (23.83% from 255 or 12.45% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF3CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CE7 is #40C318. Grayscale: #767676. Windows color (decimal): -4244249 or 15154367. OLE color: 15154367.

HSL color Cylindrical-coordinate representation of color #BF3CE7: hue angle of 285.96º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3CE7 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 60 231 -
CMYK 0.17 0.74 0 0.09
HSL 285.96º 0.78% 0.57% -
HSV(B) 285.96º 0.74% 0.91% -
XYZ 37.53 20.08 77.5 -
YUV 118.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 191 60 231 0.17 0.74 0 0.09 285.96 0.78 0.57
Hex BF 3C E7 11 4A 0 9 11E 4E 39
Octal 277 74 347 21 112 0 11 436 116 71
Binary 10111111 111100 11100111 10001 1001010 0 1001 100011110 1001110 111001

Color Harmonies of #BF3CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CE7

Black with #BF3CE7

Text Example


Text Example

White with #BF3CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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