Html Css Color HEX #BF75E4 Medium Orchid

📋 copy color: '#BF75E4'

red 191 ◦ green 117 ◦ blue 228

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

Shades of Medium Orchid #BF75E4

Tints of Medium Orchid #BF75E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.54%

R = 35.63%
G = 21.83%
B = 42.54%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF75E4 (or 0xBF75E4) is known color: Medium Orchid. HEX triplet: BF, 75 and E4. RGB value is (191,117,228). Sum of RGB (Red+Green+Blue) = 191+117+228=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #BF75E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75E4 is #408A1B. Grayscale: #979797. Windows color (decimal): -4229660 or 14972351. OLE color: 14972351.

HSL color Cylindrical-coordinate representation of color #BF75E4: hue angle of 280º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF75E4 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 117 228 -
CMYK 0.16 0.49 0 0.11
HSL 280º 0.67% 0.68% -
HSV(B) 280º 0.49% 0.89% -
XYZ 41.85 29.4 76.87 -
YUV 151.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 191 117 228 0.16 0.49 0 0.11 280 0.67 0.68
Hex BF 75 E4 10 31 0 B 118 43 44
Octal 277 165 344 20 61 0 13 430 103 104
Binary 10111111 1110101 11100100 10000 110001 0 1011 100011000 1000011 1000100

Color Harmonies of #BF75E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75E4

Black with #BF75E4

Text Example


Text Example

White with #BF75E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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