Html Css Color HEX #B848EA Medium Orchid

📋 copy color: '#B848EA'

red 184 ◦ green 72 ◦ blue 234

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

Shades of Medium Orchid #B848EA

Tints of Medium Orchid #B848EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 37.55%
G = 14.69%
B = 47.76%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B848EA (or 0xB848EA) is known color: Medium Orchid. HEX triplet: B8, 48 and EA. RGB value is (184,72,234). Sum of RGB (Red+Green+Blue) = 184+72+234=490 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.55% from 490); Green value is 72 (28.52% from 255 or 14.69% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #B848EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B848EA is #47B715. Grayscale: #7B7B7B. Windows color (decimal): -4699926 or 15354040. OLE color: 15354040.

HSL color Cylindrical-coordinate representation of color #B848EA: hue angle of 281.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B848EA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 72 234 -
CMYK 0.21 0.69 0 0.08
HSL 281.48º 0.79% 0.6% -
HSV(B) 281.48º 0.69% 0.92% -
XYZ 36.94 20.77 79.9 -
YUV 123.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 184 72 234 0.21 0.69 0 0.08 281.48 0.79 0.6
Hex B8 48 EA 15 45 0 8 119 4F 3C
Octal 270 110 352 25 105 0 10 431 117 74
Binary 10111000 1001000 11101010 10101 1000101 0 1000 100011001 1001111 111100

Color Harmonies of #B848EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B848EA

Black with #B848EA

Text Example


Text Example

White with #B848EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B848EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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