Html Css Color HEX #B841F2 Medium Orchid

📋 copy color: '#B841F2'

red 184 ◦ green 65 ◦ blue 242

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

Shades of Medium Orchid #B841F2

Tints of Medium Orchid #B841F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.29%

R = 37.47%
G = 13.24%
B = 49.29%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B841F2 (or 0xB841F2) is known color: Medium Orchid. HEX triplet: B8, 41 and F2. RGB value is (184,65,242). Sum of RGB (Red+Green+Blue) = 184+65+242=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 242 (94.92% from 255 or 49.29% from 491); Max value from RGB is 242 - color contains mainly: blue. Hex color #B841F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B841F2 is #47BE0D. Grayscale: #787878. Windows color (decimal): -4701710 or 15876536. OLE color: 15876536.

HSL color Cylindrical-coordinate representation of color #B841F2: hue angle of 280.34º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B841F2 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 65 242 -
CMYK 0.24 0.73 0 0.05
HSL 280.34º 0.87% 0.6% -
HSV(B) 280.34º 0.73% 0.95% -
XYZ 37.68 20.38 85.95 -
YUV 120.76 196.42 173.11 -
System Red Green Blue C M Y K H S L
Decimal 184 65 242 0.24 0.73 0 0.05 280.34 0.87 0.6
Hex B8 41 F2 18 49 0 5 118 57 3C
Octal 270 101 362 30 111 0 5 430 127 74
Binary 10111000 1000001 11110010 11000 1001001 0 101 100011000 1010111 111100

Color Harmonies of #B841F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B841F2

Black with #B841F2

Text Example


Text Example

White with #B841F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B841F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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