Html Css Color HEX #B830EB Dark Orchid

📋 copy color: '#B830EB'

red 184 ◦ green 48 ◦ blue 235

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

Shades of Dark Orchid #B830EB

Tints of Dark Orchid #B830EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.32%

R = 39.4%
G = 10.28%
B = 50.32%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B830EB (or 0xB830EB) is known color: Dark Orchid. HEX triplet: B8, 30 and EB. RGB value is (184,48,235). Sum of RGB (Red+Green+Blue) = 184+48+235=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #B830EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830EB is #47CF14. Grayscale: #6D6D6D. Windows color (decimal): -4706069 or 15413432. OLE color: 15413432.

HSL color Cylindrical-coordinate representation of color #B830EB: hue angle of 283.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B830EB is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 48 235 -
CMYK 0.22 0.80 0 0.08
HSL 283.64º 0.82% 0.55% -
HSV(B) 283.64º 0.8% 0.92% -
XYZ 35.82 18.3 80.24 -
YUV 109.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 184 48 235 0.22 0.80 0 0.08 283.64 0.82 0.55
Hex B8 30 EB 16 50 0 8 11C 52 37
Octal 270 60 353 26 120 0 10 434 122 67
Binary 10111000 110000 11101011 10110 1010000 0 1000 100011100 1010010 110111

Color Harmonies of #B830EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830EB

Black with #B830EB

Text Example


Text Example

White with #B830EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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