Html Css Color HEX #B830E8 Dark Orchid

📋 copy color: '#B830E8'

red 184 ◦ green 48 ◦ blue 232

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

Shades of Dark Orchid #B830E8

Tints of Dark Orchid #B830E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50%

R = 39.66%
G = 10.34%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B830E8 (or 0xB830E8) is known color: Dark Orchid. HEX triplet: B8, 30 and E8. RGB value is (184,48,232). Sum of RGB (Red+Green+Blue) = 184+48+232=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #B830E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830E8 is #47CF17. Grayscale: #6D6D6D. Windows color (decimal): -4706072 or 15216824. OLE color: 15216824.

HSL color Cylindrical-coordinate representation of color #B830E8: hue angle of 284.35º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B830E8 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 48 232 -
CMYK 0.21 0.79 0 0.09
HSL 284.35º 0.8% 0.55% -
HSV(B) 284.35º 0.79% 0.91% -
XYZ 35.39 18.13 77.98 -
YUV 109.64 197.06 181.04 -
System Red Green Blue C M Y K H S L
Decimal 184 48 232 0.21 0.79 0 0.09 284.35 0.8 0.55
Hex B8 30 E8 15 4F 0 9 11C 50 37
Octal 270 60 350 25 117 0 11 434 120 67
Binary 10111000 110000 11101000 10101 1001111 0 1001 100011100 1010000 110111

Color Harmonies of #B830E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830E8

Black with #B830E8

Text Example


Text Example

White with #B830E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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