Html Css Color HEX #BF2DE8 Medium Orchid

📋 copy color: '#BF2DE8'

red 191 ◦ green 45 ◦ blue 232

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

Shades of Medium Orchid #BF2DE8

Tints of Medium Orchid #BF2DE8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

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

R = 40.81%
G = 9.62%
B = 49.57%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF2DE8 (or 0xBF2DE8) is known color: Medium Orchid. HEX triplet: BF, 2D and E8. RGB value is (191,45,232). Sum of RGB (Red+Green+Blue) = 191+45+232=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 232 (91.02% from 255 or 49.57% from 468); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF2DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2DE8 is #40D217. Grayscale: #6D6D6D. Windows color (decimal): -4248088 or 15216063. OLE color: 15216063.

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

Color convert

RGB 191 45 232 -
CMYK 0.18 0.81 0 0.09
HSL 286.84º 0.8% 0.54% -
HSV(B) 286.84º 0.81% 0.91% -
XYZ 36.99 18.78 78.02 -
YUV 109.97 196.87 185.79 -
System Red Green Blue C M Y K H S L
Decimal 191 45 232 0.18 0.81 0 0.09 286.84 0.8 0.54
Hex BF 2D E8 12 51 0 9 11F 50 36
Octal 277 55 350 22 121 0 11 437 120 66
Binary 10111111 101101 11101000 10010 1010001 0 1001 100011111 1010000 110110

Color Harmonies of #BF2DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2DE8

Black with #BF2DE8

Text Example


Text Example

White with #BF2DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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