Html Css Color HEX #BF75D8 Medium Orchid

📋 copy color: '#BF75D8'

red 191 ◦ green 117 ◦ blue 216

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

Shades of Medium Orchid #BF75D8

Tints of Medium Orchid #BF75D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.22%

R = 36.45%
G = 22.33%
B = 41.22%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF75D8 (or 0xBF75D8) is known color: Medium Orchid. HEX triplet: BF, 75 and D8. RGB value is (191,117,216). Sum of RGB (Red+Green+Blue) = 191+117+216=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 216 (84.77% from 255 or 41.22% from 524); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF75D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75D8 is #408A27. Grayscale: #969696. Windows color (decimal): -4229672 or 14185919. OLE color: 14185919.

HSL color Cylindrical-coordinate representation of color #BF75D8: hue angle of 284.85º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF75D8 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 117 216 -
CMYK 0.12 0.46 0 0.15
HSL 284.85º 0.56% 0.65% -
HSV(B) 284.85º 0.46% 0.85% -
XYZ 40.24 28.76 68.4 -
YUV 150.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 191 117 216 0.12 0.46 0 0.15 284.85 0.56 0.65
Hex BF 75 D8 C 2E 0 F 11D 38 41
Octal 277 165 330 14 56 0 17 435 70 101
Binary 10111111 1110101 11011000 1100 101110 0 1111 100011101 111000 1000001

Color Harmonies of #BF75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75D8

Black with #BF75D8

Text Example


Text Example

White with #BF75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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