Html Css Color HEX #B830EC Dark Orchid

📋 copy color: '#B830EC'

red 184 ◦ green 48 ◦ blue 236

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

Shades of Dark Orchid #B830EC

Tints of Dark Orchid #B830EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.43%

R = 39.32%
G = 10.26%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B830EC (or 0xB830EC) is known color: Dark Orchid. HEX triplet: B8, 30 and EC. RGB value is (184,48,236). Sum of RGB (Red+Green+Blue) = 184+48+236=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #B830EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B830EC is #47CF13. Grayscale: #6D6D6D. Windows color (decimal): -4706068 or 15478968. OLE color: 15478968.

HSL color Cylindrical-coordinate representation of color #B830EC: hue angle of 283.4º degrees, saturation: 0.83, 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 #B830EC is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 48 236 -
CMYK 0.22 0.80 0 0.07
HSL 283.4º 0.83% 0.56% -
HSV(B) 283.4º 0.8% 0.93% -
XYZ 35.96 18.36 81.01 -
YUV 110.1 199.06 180.71 -
System Red Green Blue C M Y K H S L
Decimal 184 48 236 0.22 0.80 0 0.07 283.4 0.83 0.56
Hex B8 30 EC 16 50 0 7 11B 53 38
Octal 270 60 354 26 120 0 7 433 123 70
Binary 10111000 110000 11101100 10110 1010000 0 111 100011011 1010011 111000

Color Harmonies of #B830EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B830EC

Black with #B830EC

Text Example


Text Example

White with #B830EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B830EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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