Html Css Color HEX #BF6BE1 Medium Orchid

📋 copy color: '#BF6BE1'

red 191 ◦ green 107 ◦ blue 225

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

Shades of Medium Orchid #BF6BE1

Tints of Medium Orchid #BF6BE1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.46%

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

R = 36.52%
G = 20.46%
B = 43.02%

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

#BF6BE1 (or 0xBF6BE1) is known color: Medium Orchid. HEX triplet: BF, 6B and E1. RGB value is (191,107,225). Sum of RGB (Red+Green+Blue) = 191+107+225=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 107 (42.19% from 255 or 20.46% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BE1 is #40941E. Grayscale: #919191. Windows color (decimal): -4232223 or 14773183. OLE color: 14773183.

HSL color Cylindrical-coordinate representation of color #BF6BE1: hue angle of 282.71º 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 #BF6BE1 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 107 225 -
CMYK 0.15 0.52 0 0.12
HSL 282.71º 0.66% 0.65% -
HSV(B) 282.71º 0.52% 0.88% -
XYZ 40.33 27.03 74.33 -
YUV 145.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 191 107 225 0.15 0.52 0 0.12 282.71 0.66 0.65
Hex BF 6B E1 F 34 0 C 11B 42 41
Octal 277 153 341 17 64 0 14 433 102 101
Binary 10111111 1101011 11100001 1111 110100 0 1100 100011011 1000010 1000001

Color Harmonies of #BF6BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BE1

Black with #BF6BE1

Text Example


Text Example

White with #BF6BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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