Html Css Color HEX #B830EE Dark Orchid

📋 copy color: '#B830EE'

red 184 ◦ green 48 ◦ blue 238

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

Shades of Dark Orchid #B830EE

Tints of Dark Orchid #B830EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 39.15%
G = 10.21%
B = 50.64%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B830EE (or 0xB830EE) is known color: Dark Orchid. HEX triplet: B8, 30 and EE. RGB value is (184,48,238). Sum of RGB (Red+Green+Blue) = 184+48+238=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #B830EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830EE is #47CF11. Grayscale: #6D6D6D. Windows color (decimal): -4706066 or 15610040. OLE color: 15610040.

HSL color Cylindrical-coordinate representation of color #B830EE: hue angle of 282.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B830EE is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 48 238 -
CMYK 0.23 0.80 0 0.07
HSL 282.95º 0.85% 0.56% -
HSV(B) 282.95º 0.8% 0.93% -
XYZ 36.26 18.48 82.54 -
YUV 110.32 200.06 180.55 -
System Red Green Blue C M Y K H S L
Decimal 184 48 238 0.23 0.80 0 0.07 282.95 0.85 0.56
Hex B8 30 EE 17 50 0 7 11B 55 38
Octal 270 60 356 27 120 0 7 433 125 70
Binary 10111000 110000 11101110 10111 1010000 0 111 100011011 1010101 111000

Color Harmonies of #B830EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830EE

Black with #B830EE

Text Example


Text Example

White with #B830EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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