Html Css Color HEX #BF75D0 Medium Orchid

📋 copy color: '#BF75D0'

red 191 ◦ green 117 ◦ blue 208

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

Shades of Medium Orchid #BF75D0

Tints of Medium Orchid #BF75D0

RGB

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

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

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

R = 37.02%
G = 22.67%
B = 40.31%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF75D0 (or 0xBF75D0) is known color: Medium Orchid. HEX triplet: BF, 75 and D0. RGB value is (191,117,208). Sum of RGB (Red+Green+Blue) = 191+117+208=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF75D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75D0 is #408A2F. Grayscale: #959595. Windows color (decimal): -4229680 or 13661631. OLE color: 13661631.

HSL color Cylindrical-coordinate representation of color #BF75D0: hue angle of 288.79º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF75D0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 117 208 -
CMYK 0.08 0.44 0 0.18
HSL 288.79º 0.49% 0.64% -
HSV(B) 288.79º 0.44% 0.82% -
XYZ 39.23 28.35 63.08 -
YUV 149.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 191 117 208 0.08 0.44 0 0.18 288.79 0.49 0.64
Hex BF 75 D0 8 2C 0 12 121 31 40
Octal 277 165 320 10 54 0 22 441 61 100
Binary 10111111 1110101 11010000 1000 101100 0 10010 100100001 110001 1000000

Color Harmonies of #BF75D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75D0

Black with #BF75D0

Text Example


Text Example

White with #BF75D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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