Html Css Color HEX #B32CBE Dark Orchid

📋 copy color: '#B32CBE'

red 179 ◦ green 44 ◦ blue 190

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

Shades of Dark Orchid #B32CBE

Tints of Dark Orchid #B32CBE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 43.34%
G = 10.65%
B = 46%

CMYK

 C value IS 0.06

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B32CBE (or 0xB32CBE) is known color: Dark Orchid. HEX triplet: B3, 2C and BE. RGB value is (179,44,190). Sum of RGB (Red+Green+Blue) = 179+44+190=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B32CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CBE is #4CD341. Grayscale: #646464. Windows color (decimal): -5034818 or 12463283. OLE color: 12463283.

HSL color Cylindrical-coordinate representation of color #B32CBE: hue angle of 295.48º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32CBE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 44 190 -
CMYK 0.06 0.77 0 0.25
HSL 295.48º 0.62% 0.46% -
HSV(B) 295.48º 0.77% 0.75% -
XYZ 28.79 15.1 50.11 -
YUV 101.01 178.23 183.63 -
System Red Green Blue C M Y K H S L
Decimal 179 44 190 0.06 0.77 0 0.25 295.48 0.62 0.46
Hex B3 2C BE 6 4D 0 19 127 3E 2E
Octal 263 54 276 6 115 0 31 447 76 56
Binary 10110011 101100 10111110 110 1001101 0 11001 100100111 111110 101110

Color Harmonies of #B32CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CBE

Black with #B32CBE

Text Example


Text Example

White with #B32CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CBE; }

 p { color: rgb(179,44,190); }

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

background-color css

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

 a { background-color: rgb(179,44,190); }

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

border-color css

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

 span { border-color: rgb(179,44,190); }

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