Html Css Color HEX #B830DB Dark Orchid

📋 copy color: '#B830DB'

red 184 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #B830DB

Tints of Dark Orchid #B830DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.64%

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

R = 40.8%
G = 10.64%
B = 48.56%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B830DB (or 0xB830DB) is known color: Dark Orchid. HEX triplet: B8, 30 and DB. RGB value is (184,48,219). Sum of RGB (Red+Green+Blue) = 184+48+219=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B830DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830DB is #47CF24. Grayscale: #6B6B6B. Windows color (decimal): -4706085 or 14364856. OLE color: 14364856.

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

Color convert

RGB 184 48 219 -
CMYK 0.16 0.78 0 0.14
HSL 287.72º 0.7% 0.52% -
HSV(B) 287.72º 0.78% 0.86% -
XYZ 33.61 17.42 68.61 -
YUV 108.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 184 48 219 0.16 0.78 0 0.14 287.72 0.7 0.52
Hex B8 30 DB 10 4E 0 E 120 46 34
Octal 270 60 333 20 116 0 16 440 106 64
Binary 10111000 110000 11011011 10000 1001110 0 1110 100100000 1000110 110100

Color Harmonies of #B830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830DB

Black with #B830DB

Text Example


Text Example

White with #B830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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