Html Css Color HEX #BF69D5 Medium Orchid

📋 copy color: '#BF69D5'

red 191 ◦ green 105 ◦ blue 213

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

Shades of Medium Orchid #BF69D5

Tints of Medium Orchid #BF69D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 37.52%
G = 20.63%
B = 41.85%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF69D5 (or 0xBF69D5) is known color: Medium Orchid. HEX triplet: BF, 69 and D5. RGB value is (191,105,213). Sum of RGB (Red+Green+Blue) = 191+105+213=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF69D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D5 is #40962A. Grayscale: #8E8E8E. Windows color (decimal): -4232747 or 13986239. OLE color: 13986239.

HSL color Cylindrical-coordinate representation of color #BF69D5: hue angle of 287.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF69D5 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 105 213 -
CMYK 0.10 0.51 0 0.16
HSL 287.78º 0.56% 0.62% -
HSV(B) 287.78º 0.51% 0.84% -
XYZ 38.55 25.98 65.93 -
YUV 143.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 191 105 213 0.10 0.51 0 0.16 287.78 0.56 0.62
Hex BF 69 D5 A 33 0 10 120 38 3E
Octal 277 151 325 12 63 0 20 440 70 76
Binary 10111111 1101001 11010101 1010 110011 0 10000 100100000 111000 111110

Color Harmonies of #BF69D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69D5

Black with #BF69D5

Text Example


Text Example

White with #BF69D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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