Html Css Color HEX #BF3CE9 Medium Orchid

📋 copy color: '#BF3CE9'

red 191 ◦ green 60 ◦ blue 233

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

Shades of Medium Orchid #BF3CE9

Tints of Medium Orchid #BF3CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.14%

R = 39.46%
G = 12.4%
B = 48.14%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF3CE9 (or 0xBF3CE9) is known color: Medium Orchid. HEX triplet: BF, 3C and E9. RGB value is (191,60,233). Sum of RGB (Red+Green+Blue) = 191+60+233=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 60 (23.83% from 255 or 12.40% from 484); Blue value is 233 (91.41% from 255 or 48.14% from 484); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF3CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CE9 is #40C316. Grayscale: #767676. Windows color (decimal): -4244247 or 15285439. OLE color: 15285439.

HSL color Cylindrical-coordinate representation of color #BF3CE9: hue angle of 285.43º degrees, saturation: 0.8, 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 #BF3CE9 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 60 233 -
CMYK 0.18 0.74 0 0.09
HSL 285.43º 0.8% 0.57% -
HSV(B) 285.43º 0.74% 0.91% -
XYZ 37.81 20.19 79 -
YUV 118.89 192.4 179.43 -
System Red Green Blue C M Y K H S L
Decimal 191 60 233 0.18 0.74 0 0.09 285.43 0.8 0.57
Hex BF 3C E9 12 4A 0 9 11D 50 39
Octal 277 74 351 22 112 0 11 435 120 71
Binary 10111111 111100 11101001 10010 1001010 0 1001 100011101 1010000 111001

Color Harmonies of #BF3CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CE9

Black with #BF3CE9

Text Example


Text Example

White with #BF3CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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