Html Css Color HEX #B844F8 Medium Orchid

📋 copy color: '#B844F8'

red 184 ◦ green 68 ◦ blue 248

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

Shades of Medium Orchid #B844F8

Tints of Medium Orchid #B844F8

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.6%

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 36.8%
G = 13.6%
B = 49.6%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B844F8 (or 0xB844F8) is known color: Medium Orchid. HEX triplet: B8, 44 and F8. RGB value is (184,68,248). Sum of RGB (Red+Green+Blue) = 184+68+248=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #B844F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B844F8 is #47BB07. Grayscale: #7A7A7A. Windows color (decimal): -4700936 or 16270520. OLE color: 16270520.

HSL color Cylindrical-coordinate representation of color #B844F8: hue angle of 278.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B844F8 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 68 248 -
CMYK 0.26 0.73 0 0.03
HSL 278.67º 0.93% 0.62% -
HSV(B) 278.67º 0.73% 0.97% -
XYZ 38.78 21.1 90.84 -
YUV 123.2 198.43 171.36 -
System Red Green Blue C M Y K H S L
Decimal 184 68 248 0.26 0.73 0 0.03 278.67 0.93 0.62
Hex B8 44 F8 1A 49 0 3 117 5D 3E
Octal 270 104 370 32 111 0 3 427 135 76
Binary 10111000 1000100 11111000 11010 1001001 0 11 100010111 1011101 111110

Color Harmonies of #B844F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B844F8

Black with #B844F8

Text Example


Text Example

White with #B844F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B844F8; }

 p { color: rgb(184,68,248); }

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

background-color css

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

 a { background-color: rgb(184,68,248); }

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

border-color css

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

 span { border-color: rgb(184,68,248); }

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