Html Css Color HEX #B32CBB Dark Orchid

📋 copy color: '#B32CBB'

red 179 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #B32CBB

Tints of Dark Orchid #B32CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 43.66%
G = 10.73%
B = 45.61%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B32CBB (or 0xB32CBB) is known color: Dark Orchid. HEX triplet: B3, 2C and BB. RGB value is (179,44,187). Sum of RGB (Red+Green+Blue) = 179+44+187=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #B32CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CBB is #4CD344. Grayscale: #646464. Windows color (decimal): -5034821 or 12266675. OLE color: 12266675.

HSL color Cylindrical-coordinate representation of color #B32CBB: hue angle of 296.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B32CBB is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 44 187 -
CMYK 0.04 0.76 0 0.27
HSL 296.64º 0.62% 0.45% -
HSV(B) 296.64º 0.76% 0.73% -
XYZ 28.46 14.97 48.4 -
YUV 100.67 176.73 183.87 -
System Red Green Blue C M Y K H S L
Decimal 179 44 187 0.04 0.76 0 0.27 296.64 0.62 0.45
Hex B3 2C BB 4 4C 0 1B 129 3E 2D
Octal 263 54 273 4 114 0 33 451 76 55
Binary 10110011 101100 10111011 100 1001100 0 11011 100101001 111110 101101

Color Harmonies of #B32CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CBB

Black with #B32CBB

Text Example


Text Example

White with #B32CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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