Html Css Color HEX #BF6BDA Medium Orchid

📋 copy color: '#BF6BDA'

red 191 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #BF6BDA

Tints of Medium Orchid #BF6BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.25%

R = 37.02%
G = 20.74%
B = 42.25%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF6BDA (or 0xBF6BDA) is known color: Medium Orchid. HEX triplet: BF, 6B and DA. RGB value is (191,107,218). Sum of RGB (Red+Green+Blue) = 191+107+218=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6BDA is #409425. Grayscale: #909090. Windows color (decimal): -4232230 or 14314431. OLE color: 14314431.

HSL color Cylindrical-coordinate representation of color #BF6BDA: hue angle of 285.41º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF6BDA is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 107 218 -
CMYK 0.12 0.51 0 0.15
HSL 285.41º 0.6% 0.64% -
HSV(B) 285.41º 0.51% 0.85% -
XYZ 39.4 26.65 69.4 -
YUV 144.77 169.33 160.97 -
System Red Green Blue C M Y K H S L
Decimal 191 107 218 0.12 0.51 0 0.15 285.41 0.6 0.64
Hex BF 6B DA C 33 0 F 11D 3C 40
Octal 277 153 332 14 63 0 17 435 74 100
Binary 10111111 1101011 11011010 1100 110011 0 1111 100011101 111100 1000000

Color Harmonies of #BF6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BDA

Black with #BF6BDA

Text Example


Text Example

White with #BF6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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