Html Css Color HEX #B327EA Dark Orchid

📋 copy color: '#B327EA'

red 179 ◦ green 39 ◦ blue 234

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

Shades of Dark Orchid #B327EA

Tints of Dark Orchid #B327EA

RGB

 RED value IS 179 (70.31% from 255) = 39.6%

 GREEN value IS 39 (15.63% from 255) = 8.63%

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

R = 39.6%
G = 8.63%
B = 51.77%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B327EA (or 0xB327EA) is known color: Dark Orchid. HEX triplet: B3, 27 and EA. RGB value is (179,39,234). Sum of RGB (Red+Green+Blue) = 179+39+234=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #B327EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B327EA is #4CD815. Grayscale: #666666. Windows color (decimal): -5036054 or 15345587. OLE color: 15345587.

HSL color Cylindrical-coordinate representation of color #B327EA: hue angle of 283.08º 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 #B327EA is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 179 39 234 -
CMYK 0.24 0.83 0 0.08
HSL 283.08º 0.82% 0.54% -
HSV(B) 283.08º 0.83% 0.92% -
XYZ 34.17 16.98 79.32 -
YUV 103.09 201.88 182.14 -
System Red Green Blue C M Y K H S L
Decimal 179 39 234 0.24 0.83 0 0.08 283.08 0.82 0.54
Hex B3 27 EA 18 53 0 8 11B 52 36
Octal 263 47 352 30 123 0 10 433 122 66
Binary 10110011 100111 11101010 11000 1010011 0 1000 100011011 1010010 110110

Color Harmonies of #B327EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B327EA

Black with #B327EA

Text Example


Text Example

White with #B327EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B327EA; }

 p { color: rgb(179,39,234); }

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

background-color css

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

 a { background-color: rgb(179,39,234); }

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

border-color css

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

 span { border-color: rgb(179,39,234); }

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