Html Css Color HEX #BF6BDF Medium Orchid

📋 copy color: '#BF6BDF'

red 191 ◦ green 107 ◦ blue 223

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

Shades of Medium Orchid #BF6BDF

Tints of Medium Orchid #BF6BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 36.66%
G = 20.54%
B = 42.8%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF6BDF (or 0xBF6BDF) is known color: Medium Orchid. HEX triplet: BF, 6B and DF. RGB value is (191,107,223). Sum of RGB (Red+Green+Blue) = 191+107+223=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BDF is #409420. Grayscale: #909090. Windows color (decimal): -4232225 or 14642111. OLE color: 14642111.

HSL color Cylindrical-coordinate representation of color #BF6BDF: hue angle of 283.45º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF6BDF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 107 223 -
CMYK 0.14 0.52 0 0.13
HSL 283.45º 0.64% 0.65% -
HSV(B) 283.45º 0.52% 0.87% -
XYZ 40.06 26.92 72.9 -
YUV 145.34 171.83 160.57 -
System Red Green Blue C M Y K H S L
Decimal 191 107 223 0.14 0.52 0 0.13 283.45 0.64 0.65
Hex BF 6B DF E 34 0 D 11B 40 41
Octal 277 153 337 16 64 0 15 433 100 101
Binary 10111111 1101011 11011111 1110 110100 0 1101 100011011 1000000 1000001

Color Harmonies of #BF6BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BDF

Black with #BF6BDF

Text Example


Text Example

White with #BF6BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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