Html Css Color HEX #B834DB Medium Orchid

📋 copy color: '#B834DB'

red 184 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #B834DB

Tints of Medium Orchid #B834DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 40.44%
G = 11.43%
B = 48.13%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B834DB (or 0xB834DB) is known color: Medium Orchid. HEX triplet: B8, 34 and DB. RGB value is (184,52,219). Sum of RGB (Red+Green+Blue) = 184+52+219=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 52 (20.70% from 255 or 11.43% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B834DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DB is #47CB24. Grayscale: #6D6D6D. Windows color (decimal): -4705061 or 14365880. OLE color: 14365880.

HSL color Cylindrical-coordinate representation of color #B834DB: hue angle of 287.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B834DB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 52 219 -
CMYK 0.16 0.76 0 0.14
HSL 287.43º 0.7% 0.53% -
HSV(B) 287.43º 0.76% 0.86% -
XYZ 33.78 17.76 68.67 -
YUV 110.51 189.23 180.42 -
System Red Green Blue C M Y K H S L
Decimal 184 52 219 0.16 0.76 0 0.14 287.43 0.7 0.53
Hex B8 34 DB 10 4C 0 E 11F 46 35
Octal 270 64 333 20 114 0 16 437 106 65
Binary 10111000 110100 11011011 10000 1001100 0 1110 100011111 1000110 110101

Color Harmonies of #B834DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B834DB

Black with #B834DB

Text Example


Text Example

White with #B834DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B834DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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