Html Css Color HEX #BF75D5 Medium Orchid

📋 copy color: '#BF75D5'

red 191 ◦ green 117 ◦ blue 213

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

Shades of Medium Orchid #BF75D5

Tints of Medium Orchid #BF75D5

RGB

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

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

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

R = 36.66%
G = 22.46%
B = 40.88%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF75D5 (or 0xBF75D5) is known color: Medium Orchid. HEX triplet: BF, 75 and D5. RGB value is (191,117,213). Sum of RGB (Red+Green+Blue) = 191+117+213=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75D5 is #408A2A. Grayscale: #959595. Windows color (decimal): -4229675 or 13989311. OLE color: 13989311.

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

Color convert

RGB 191 117 213 -
CMYK 0.10 0.45 0 0.16
HSL 286.25º 0.53% 0.65% -
HSV(B) 286.25º 0.45% 0.84% -
XYZ 39.86 28.6 66.37 -
YUV 150.07 163.52 157.19 -
System Red Green Blue C M Y K H S L
Decimal 191 117 213 0.10 0.45 0 0.16 286.25 0.53 0.65
Hex BF 75 D5 A 2D 0 10 11E 35 41
Octal 277 165 325 12 55 0 20 436 65 101
Binary 10111111 1110101 11010101 1010 101101 0 10000 100011110 110101 1000001

Color Harmonies of #BF75D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75D5

Black with #BF75D5

Text Example


Text Example

White with #BF75D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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