Html Css Color HEX #B628EA Dark Orchid

📋 copy color: '#B628EA'

red 182 ◦ green 40 ◦ blue 234

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

Shades of Dark Orchid #B628EA

Tints of Dark Orchid #B628EA

RGB

 RED value IS 182 (71.48% from 255) = 39.91%

 GREEN value IS 40 (16.02% from 255) = 8.77%

 BLUE value IS 234 (91.8% from 255) = 51.32%

R = 39.91%
G = 8.77%
B = 51.32%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B628EA (or 0xB628EA) is known color: Dark Orchid. HEX triplet: B6, 28 and EA. RGB value is (182,40,234). Sum of RGB (Red+Green+Blue) = 182+40+234=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #B628EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B628EA is #49D715. Grayscale: #676767. Windows color (decimal): -4839190 or 15345846. OLE color: 15345846.

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

Color convert

RGB 182 40 234 -
CMYK 0.22 0.83 0 0.08
HSL 283.92º 0.82% 0.54% -
HSV(B) 283.92º 0.83% 0.92% -
XYZ 34.9 17.4 79.36 -
YUV 104.57 201.04 183.23 -
System Red Green Blue C M Y K H S L
Decimal 182 40 234 0.22 0.83 0 0.08 283.92 0.82 0.54
Hex B6 28 EA 16 53 0 8 11C 52 36
Octal 266 50 352 26 123 0 10 434 122 66
Binary 10110110 101000 11101010 10110 1010011 0 1000 100011100 1010010 110110

Color Harmonies of #B628EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628EA

Black with #B628EA

Text Example


Text Example

White with #B628EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628EA; }

 p { color: rgb(182,40,234); }

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

background-color css

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

 a { background-color: rgb(182,40,234); }

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

border-color css

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

 span { border-color: rgb(182,40,234); }

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