Html Css Color HEX #B32FBB Dark Orchid

📋 copy color: '#B32FBB'

red 179 ◦ green 47 ◦ blue 187

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

Shades of Dark Orchid #B32FBB

Tints of Dark Orchid #B32FBB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.38%

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

R = 43.34%
G = 11.38%
B = 45.28%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B32FBB (or 0xB32FBB) is known color: Dark Orchid. HEX triplet: B3, 2F and BB. RGB value is (179,47,187). Sum of RGB (Red+Green+Blue) = 179+47+187=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #B32FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FBB is #4CD044. Grayscale: #666666. Windows color (decimal): -5034053 or 12267443. OLE color: 12267443.

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

Color convert

RGB 179 47 187 -
CMYK 0.04 0.75 0 0.27
HSL 296.57º 0.6% 0.46% -
HSV(B) 296.57º 0.75% 0.73% -
XYZ 28.58 15.2 48.44 -
YUV 102.43 175.73 182.62 -
System Red Green Blue C M Y K H S L
Decimal 179 47 187 0.04 0.75 0 0.27 296.57 0.6 0.46
Hex B3 2F BB 4 4B 0 1B 129 3C 2E
Octal 263 57 273 4 113 0 33 451 74 56
Binary 10110011 101111 10111011 100 1001011 0 11011 100101001 111100 101110

Color Harmonies of #B32FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FBB

Black with #B32FBB

Text Example


Text Example

White with #B32FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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