Html Css Color HEX #B834D8 Medium Orchid

📋 copy color: '#B834D8'

red 184 ◦ green 52 ◦ blue 216

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

Shades of Medium Orchid #B834D8

Tints of Medium Orchid #B834D8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.5%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 40.71%
G = 11.5%
B = 47.79%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B834D8 (or 0xB834D8) is known color: Medium Orchid. HEX triplet: B8, 34 and D8. RGB value is (184,52,216). Sum of RGB (Red+Green+Blue) = 184+52+216=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #B834D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834D8 is #47CB27. Grayscale: #6D6D6D. Windows color (decimal): -4705064 or 14169272. OLE color: 14169272.

HSL color Cylindrical-coordinate representation of color #B834D8: hue angle of 288.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B834D8 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 52 216 -
CMYK 0.15 0.76 0 0.15
HSL 288.29º 0.68% 0.53% -
HSV(B) 288.29º 0.76% 0.85% -
XYZ 33.39 17.6 66.6 -
YUV 110.16 187.73 180.66 -
System Red Green Blue C M Y K H S L
Decimal 184 52 216 0.15 0.76 0 0.15 288.29 0.68 0.53
Hex B8 34 D8 F 4C 0 F 120 44 35
Octal 270 64 330 17 114 0 17 440 104 65
Binary 10111000 110100 11011000 1111 1001100 0 1111 100100000 1000100 110101

Color Harmonies of #B834D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834D8

Black with #B834D8

Text Example


Text Example

White with #B834D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834D8; }

 p { color: rgb(184,52,216); }

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

background-color css

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

 a { background-color: rgb(184,52,216); }

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

border-color css

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

 span { border-color: rgb(184,52,216); }

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