Html Css Color HEX #B32BBE Dark Orchid

📋 copy color: '#B32BBE'

red 179 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #B32BBE

Tints of Dark Orchid #B32BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.44%

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

R = 43.45%
G = 10.44%
B = 46.12%

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

#B32BBE (or 0xB32BBE) is known color: Dark Orchid. HEX triplet: B3, 2B and BE. RGB value is (179,43,190). Sum of RGB (Red+Green+Blue) = 179+43+190=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #B32BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BBE is #4CD441. Grayscale: #636363. Windows color (decimal): -5035074 or 12463027. OLE color: 12463027.

HSL color Cylindrical-coordinate representation of color #B32BBE: hue angle of 295.51º degrees, saturation: 0.63, 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 #B32BBE is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 43 190 -
CMYK 0.06 0.77 0 0.25
HSL 295.51º 0.63% 0.46% -
HSV(B) 295.51º 0.77% 0.75% -
XYZ 28.75 15.03 50.1 -
YUV 100.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 179 43 190 0.06 0.77 0 0.25 295.51 0.63 0.46
Hex B3 2B BE 6 4D 0 19 128 3F 2E
Octal 263 53 276 6 115 0 31 450 77 56
Binary 10110011 101011 10111110 110 1001101 0 11001 100101000 111111 101110

Color Harmonies of #B32BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BBE

Black with #B32BBE

Text Example


Text Example

White with #B32BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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