Html Css Color HEX #B841E7 Medium Orchid

📋 copy color: '#B841E7'

red 184 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #B841E7

Tints of Medium Orchid #B841E7

RGB

 RED value IS 184 (72.27% from 255) = 38.33%

 GREEN value IS 65 (25.78% from 255) = 13.54%

 BLUE value IS 231 (90.63% from 255) = 48.13%

R = 38.33%
G = 13.54%
B = 48.13%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B841E7 (or 0xB841E7) is known color: Medium Orchid. HEX triplet: B8, 41 and E7. RGB value is (184,65,231). Sum of RGB (Red+Green+Blue) = 184+65+231=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 65 (25.78% from 255 or 13.54% from 480); Blue value is 231 (90.62% from 255 or 48.12% from 480); Max value from RGB is 231 - color contains mainly: blue. Hex color #B841E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841E7 is #47BE18. Grayscale: #767676. Windows color (decimal): -4701721 or 15155640. OLE color: 15155640.

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

Color convert

RGB 184 65 231 -
CMYK 0.20 0.72 0 0.09
HSL 283.01º 0.78% 0.58% -
HSV(B) 283.01º 0.72% 0.91% -
XYZ 36.08 19.74 77.51 -
YUV 119.51 190.92 174 -
System Red Green Blue C M Y K H S L
Decimal 184 65 231 0.20 0.72 0 0.09 283.01 0.78 0.58
Hex B8 41 E7 14 48 0 9 11B 4E 3A
Octal 270 101 347 24 110 0 11 433 116 72
Binary 10111000 1000001 11100111 10100 1001000 0 1001 100011011 1001110 111010

Color Harmonies of #B841E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841E7

Black with #B841E7

Text Example


Text Example

White with #B841E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841E7; }

 p { color: rgb(184,65,231); }

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

background-color css

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

 a { background-color: rgb(184,65,231); }

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

border-color css

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

 span { border-color: rgb(184,65,231); }

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