Html Css Color HEX #BF4DCE Medium Orchid

📋 copy color: '#BF4DCE'

red 191 ◦ green 77 ◦ blue 206

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

Shades of Medium Orchid #BF4DCE

Tints of Medium Orchid #BF4DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.24%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 40.3%
G = 16.24%
B = 43.46%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF4DCE (or 0xBF4DCE) is known color: Medium Orchid. HEX triplet: BF, 4D and CE. RGB value is (191,77,206). Sum of RGB (Red+Green+Blue) = 191+77+206=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF4DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DCE is #40B231. Grayscale: #7D7D7D. Windows color (decimal): -4239922 or 13520319. OLE color: 13520319.

HSL color Cylindrical-coordinate representation of color #BF4DCE: hue angle of 293.02º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4DCE is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 77 206 -
CMYK 0.07 0.63 0 0.19
HSL 293.02º 0.57% 0.55% -
HSV(B) 293.02º 0.63% 0.81% -
XYZ 35.28 20.84 60.56 -
YUV 125.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 191 77 206 0.07 0.63 0 0.19 293.02 0.57 0.55
Hex BF 4D CE 7 3F 0 13 125 39 37
Octal 277 115 316 7 77 0 23 445 71 67
Binary 10111111 1001101 11001110 111 111111 0 10011 100100101 111001 110111

Color Harmonies of #BF4DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4DCE

Black with #BF4DCE

Text Example


Text Example

White with #BF4DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4DCE; }

 p { color: rgb(191,77,206); }

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

background-color css

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

 a { background-color: rgb(191,77,206); }

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

border-color css

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

 span { border-color: rgb(191,77,206); }

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