Html Css Color HEX #BF75E8 Medium Orchid

📋 copy color: '#BF75E8'

red 191 ◦ green 117 ◦ blue 232

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

Shades of Medium Orchid #BF75E8

Tints of Medium Orchid #BF75E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.96%

R = 35.37%
G = 21.67%
B = 42.96%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF75E8 (or 0xBF75E8) is known color: Medium Orchid. HEX triplet: BF, 75 and E8. RGB value is (191,117,232). Sum of RGB (Red+Green+Blue) = 191+117+232=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF75E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF75E8 is #408A17. Grayscale: #979797. Windows color (decimal): -4229656 or 15234495. OLE color: 15234495.

HSL color Cylindrical-coordinate representation of color #BF75E8: hue angle of 278.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF75E8 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 117 232 -
CMYK 0.18 0.50 0 0.09
HSL 278.61º 0.71% 0.68% -
HSV(B) 278.61º 0.5% 0.91% -
XYZ 42.41 29.63 79.83 -
YUV 152.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 191 117 232 0.18 0.50 0 0.09 278.61 0.71 0.68
Hex BF 75 E8 12 32 0 9 117 47 44
Octal 277 165 350 22 62 0 11 427 107 104
Binary 10111111 1110101 11101000 10010 110010 0 1001 100010111 1000111 1000100

Color Harmonies of #BF75E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75E8

Black with #BF75E8

Text Example


Text Example

White with #BF75E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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