Html Css Color HEX #BF69DD Medium Orchid

📋 copy color: '#BF69DD'

red 191 ◦ green 105 ◦ blue 221

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

Shades of Medium Orchid #BF69DD

Tints of Medium Orchid #BF69DD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.31%

 BLUE value IS 221 (86.72% from 255) = 42.75%

R = 36.94%
G = 20.31%
B = 42.75%

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

#BF69DD (or 0xBF69DD) is known color: Medium Orchid. HEX triplet: BF, 69 and DD. RGB value is (191,105,221). Sum of RGB (Red+Green+Blue) = 191+105+221=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF69DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69DD is #409622. Grayscale: #8F8F8F. Windows color (decimal): -4232739 or 14510527. OLE color: 14510527.

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

Color convert

RGB 191 105 221 -
CMYK 0.14 0.52 0 0.13
HSL 284.48º 0.63% 0.64% -
HSV(B) 284.48º 0.52% 0.87% -
XYZ 39.59 26.4 71.42 -
YUV 143.94 171.49 161.57 -
System Red Green Blue C M Y K H S L
Decimal 191 105 221 0.14 0.52 0 0.13 284.48 0.63 0.64
Hex BF 69 DD E 34 0 D 11C 3F 40
Octal 277 151 335 16 64 0 15 434 77 100
Binary 10111111 1101001 11011101 1110 110100 0 1101 100011100 111111 1000000

Color Harmonies of #BF69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69DD

Black with #BF69DD

Text Example


Text Example

White with #BF69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69DD; }

 p { color: rgb(191,105,221); }

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

background-color css

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

 a { background-color: rgb(191,105,221); }

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

border-color css

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

 span { border-color: rgb(191,105,221); }

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