Html Css Color HEX #BF6DE1 Medium Orchid

📋 copy color: '#BF6DE1'

red 191 ◦ green 109 ◦ blue 225

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

Shades of Medium Orchid #BF6DE1

Tints of Medium Orchid #BF6DE1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.76%

 BLUE value IS 225 (88.28% from 255) = 42.86%

R = 36.38%
G = 20.76%
B = 42.86%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF6DE1 (or 0xBF6DE1) is known color: Medium Orchid. HEX triplet: BF, 6D and E1. RGB value is (191,109,225). Sum of RGB (Red+Green+Blue) = 191+109+225=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 225 (88.28% from 255 or 42.86% from 525); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF6DE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6DE1 is #40921E. Grayscale: #929292. Windows color (decimal): -4231711 or 14773695. OLE color: 14773695.

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

Color convert

RGB 191 109 225 -
CMYK 0.15 0.52 0 0.12
HSL 282.41º 0.66% 0.65% -
HSV(B) 282.41º 0.52% 0.88% -
XYZ 40.55 27.45 74.4 -
YUV 146.74 172.17 159.57 -
System Red Green Blue C M Y K H S L
Decimal 191 109 225 0.15 0.52 0 0.12 282.41 0.66 0.65
Hex BF 6D E1 F 34 0 C 11A 42 41
Octal 277 155 341 17 64 0 14 432 102 101
Binary 10111111 1101101 11100001 1111 110100 0 1100 100011010 1000010 1000001

Color Harmonies of #BF6DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DE1

Black with #BF6DE1

Text Example


Text Example

White with #BF6DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DE1; }

 p { color: rgb(191,109,225); }

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

background-color css

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

 a { background-color: rgb(191,109,225); }

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

border-color css

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

 span { border-color: rgb(191,109,225); }

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