Html Css Color HEX #BF71E8 Medium Orchid

📋 copy color: '#BF71E8'

red 191 ◦ green 113 ◦ blue 232

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

Shades of Medium Orchid #BF71E8

Tints of Medium Orchid #BF71E8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.08%

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

R = 35.63%
G = 21.08%
B = 43.28%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF71E8 (or 0xBF71E8) is known color: Medium Orchid. HEX triplet: BF, 71 and E8. RGB value is (191,113,232). Sum of RGB (Red+Green+Blue) = 191+113+232=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF71E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71E8 is #408E17. Grayscale: #959595. Windows color (decimal): -4230680 or 15233471. OLE color: 15233471.

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

Color convert

RGB 191 113 232 -
CMYK 0.18 0.51 0 0.09
HSL 279.33º 0.72% 0.68% -
HSV(B) 279.33º 0.51% 0.91% -
XYZ 41.96 28.71 79.67 -
YUV 149.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 191 113 232 0.18 0.51 0 0.09 279.33 0.72 0.68
Hex BF 71 E8 12 33 0 9 117 48 44
Octal 277 161 350 22 63 0 11 427 110 104
Binary 10111111 1110001 11101000 10010 110011 0 1001 100010111 1001000 1000100

Color Harmonies of #BF71E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71E8

Black with #BF71E8

Text Example


Text Example

White with #BF71E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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