Html Css Color HEX #B32FBA Dark Orchid

📋 copy color: '#B32FBA'

red 179 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #B32FBA

Tints of Dark Orchid #B32FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 43.45%
G = 11.41%
B = 45.15%

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

#B32FBA (or 0xB32FBA) is known color: Dark Orchid. HEX triplet: B3, 2F and BA. RGB value is (179,47,186). Sum of RGB (Red+Green+Blue) = 179+47+186=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #B32FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32FBA is #4CD045. Grayscale: #656565. Windows color (decimal): -5034054 or 12201907. OLE color: 12201907.

HSL color Cylindrical-coordinate representation of color #B32FBA: hue angle of 296.98º 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 #B32FBA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 47 186 -
CMYK 0.04 0.75 0 0.27
HSL 296.98º 0.6% 0.46% -
HSV(B) 296.98º 0.75% 0.73% -
XYZ 28.47 15.16 47.88 -
YUV 102.31 175.23 182.7 -
System Red Green Blue C M Y K H S L
Decimal 179 47 186 0.04 0.75 0 0.27 296.98 0.6 0.46
Hex B3 2F BA 4 4B 0 1B 129 3C 2E
Octal 263 57 272 4 113 0 33 451 74 56
Binary 10110011 101111 10111010 100 1001011 0 11011 100101001 111100 101110

Color Harmonies of #B32FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32FBA

Black with #B32FBA

Text Example


Text Example

White with #B32FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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