Html Css Color HEX #BF69D0 Medium Orchid

📋 copy color: '#BF69D0'

red 191 ◦ green 105 ◦ blue 208

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

Shades of Medium Orchid #BF69D0

Tints of Medium Orchid #BF69D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.27%

R = 37.9%
G = 20.83%
B = 41.27%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF69D0 (or 0xBF69D0) is known color: Medium Orchid. HEX triplet: BF, 69 and D0. RGB value is (191,105,208). Sum of RGB (Red+Green+Blue) = 191+105+208=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF69D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69D0 is #40962F. Grayscale: #8E8E8E. Windows color (decimal): -4232752 or 13658559. OLE color: 13658559.

HSL color Cylindrical-coordinate representation of color #BF69D0: hue angle of 290.1º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF69D0 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 105 208 -
CMYK 0.08 0.50 0 0.18
HSL 290.1º 0.52% 0.61% -
HSV(B) 290.1º 0.5% 0.82% -
XYZ 37.92 25.73 62.64 -
YUV 142.46 164.99 162.62 -
System Red Green Blue C M Y K H S L
Decimal 191 105 208 0.08 0.50 0 0.18 290.1 0.52 0.61
Hex BF 69 D0 8 32 0 12 122 34 3D
Octal 277 151 320 10 62 0 22 442 64 75
Binary 10111111 1101001 11010000 1000 110010 0 10010 100100010 110100 111101

Color Harmonies of #BF69D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69D0

Black with #BF69D0

Text Example


Text Example

White with #BF69D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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