Html Css Color HEX #B848FF Medium Orchid

📋 copy color: '#B848FF'

red 184 ◦ green 72 ◦ blue 255

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

Shades of Medium Orchid #B848FF

Tints of Medium Orchid #B848FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.09%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 36.01%
G = 14.09%
B = 49.9%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B848FF (or 0xB848FF) is known color: Medium Orchid. HEX triplet: B8, 48 and FF. RGB value is (184,72,255). Sum of RGB (Red+Green+Blue) = 184+72+255=511 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.01% from 511); Green value is 72 (28.52% from 255 or 14.09% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #B848FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848FF is #47B700. Grayscale: #7D7D7D. Windows color (decimal): -4699905 or 16730296. OLE color: 16730296.

HSL color Cylindrical-coordinate representation of color #B848FF: hue angle of 276.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B848FF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 72 255 -
CMYK 0.28 0.72 0 0
HSL 276.72º 1% 0.64% -
HSV(B) 276.72º 0.72% 1% -
XYZ 40.13 22.05 96.75 -
YUV 126.35 200.61 169.12 -
System Red Green Blue C M Y K H S L
Decimal 184 72 255 0.28 0.72 0 0 276.72 1 0.64
Hex B8 48 FF 1C 48 0 0 115 64 40
Octal 270 110 377 34 110 0 0 425 144 100
Binary 10111000 1001000 11111111 11100 1001000 0 0 100010101 1100100 1000000

Color Harmonies of #B848FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848FF

Black with #B848FF

Text Example


Text Example

White with #B848FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848FF; }

 p { color: rgb(184,72,255); }

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

background-color css

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

 a { background-color: rgb(184,72,255); }

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

border-color css

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

 span { border-color: rgb(184,72,255); }

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