Html Css Color HEX #B830DE Dark Orchid

📋 copy color: '#B830DE'

red 184 ◦ green 48 ◦ blue 222

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

Shades of Dark Orchid #B830DE

Tints of Dark Orchid #B830DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 40.53%
G = 10.57%
B = 48.9%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B830DE (or 0xB830DE) is known color: Dark Orchid. HEX triplet: B8, 30 and DE. RGB value is (184,48,222). Sum of RGB (Red+Green+Blue) = 184+48+222=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 48 (19.14% from 255 or 10.57% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #B830DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B830DE is #47CF21. Grayscale: #6B6B6B. Windows color (decimal): -4706082 or 14561464. OLE color: 14561464.

HSL color Cylindrical-coordinate representation of color #B830DE: hue angle of 286.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B830DE is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 48 222 -
CMYK 0.17 0.78 0 0.13
HSL 286.9º 0.73% 0.53% -
HSV(B) 286.9º 0.78% 0.87% -
XYZ 34.01 17.58 70.71 -
YUV 108.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 184 48 222 0.17 0.78 0 0.13 286.9 0.73 0.53
Hex B8 30 DE 11 4E 0 D 11F 48 35
Octal 270 60 336 21 116 0 15 437 110 65
Binary 10111000 110000 11011110 10001 1001110 0 1101 100011111 1001000 110101

Color Harmonies of #B830DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830DE

Black with #B830DE

Text Example


Text Example

White with #B830DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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