Html Css Color HEX #BF75DD Medium Orchid

📋 copy color: '#BF75DD'

red 191 ◦ green 117 ◦ blue 221

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

Shades of Medium Orchid #BF75DD

Tints of Medium Orchid #BF75DD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

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

R = 36.11%
G = 22.12%
B = 41.78%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF75DD (or 0xBF75DD) is known color: Medium Orchid. HEX triplet: BF, 75 and DD. RGB value is (191,117,221). Sum of RGB (Red+Green+Blue) = 191+117+221=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75DD is #408A22. Grayscale: #969696. Windows color (decimal): -4229667 or 14513599. OLE color: 14513599.

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

Color convert

RGB 191 117 221 -
CMYK 0.14 0.47 0 0.13
HSL 282.69º 0.6% 0.66% -
HSV(B) 282.69º 0.47% 0.87% -
XYZ 40.9 29.02 71.85 -
YUV 150.98 167.52 156.54 -
System Red Green Blue C M Y K H S L
Decimal 191 117 221 0.14 0.47 0 0.13 282.69 0.6 0.66
Hex BF 75 DD E 2F 0 D 11B 3C 42
Octal 277 165 335 16 57 0 15 433 74 102
Binary 10111111 1110101 11011101 1110 101111 0 1101 100011011 111100 1000010

Color Harmonies of #BF75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75DD

Black with #BF75DD

Text Example


Text Example

White with #BF75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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