Html Css Color HEX #B835DB Medium Orchid

📋 copy color: '#B835DB'

red 184 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #B835DB

Tints of Medium Orchid #B835DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.62%

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

R = 40.35%
G = 11.62%
B = 48.03%

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

#B835DB (or 0xB835DB) is known color: Medium Orchid. HEX triplet: B8, 35 and DB. RGB value is (184,53,219). Sum of RGB (Red+Green+Blue) = 184+53+219=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #B835DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B835DB is #47CA24. Grayscale: #6E6E6E. Windows color (decimal): -4704805 or 14366136. OLE color: 14366136.

HSL color Cylindrical-coordinate representation of color #B835DB: hue angle of 287.35º 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 #B835DB is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 53 219 -
CMYK 0.16 0.76 0 0.14
HSL 287.35º 0.7% 0.53% -
HSV(B) 287.35º 0.76% 0.86% -
XYZ 33.83 17.85 68.68 -
YUV 111.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 184 53 219 0.16 0.76 0 0.14 287.35 0.7 0.53
Hex B8 35 DB 10 4C 0 E 11F 46 35
Octal 270 65 333 20 114 0 16 437 106 65
Binary 10111000 110101 11011011 10000 1001100 0 1110 100011111 1000110 110101

Color Harmonies of #B835DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B835DB

Black with #B835DB

Text Example


Text Example

White with #B835DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B835DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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