Html Css Color HEX #B432E1 Dark Orchid

📋 copy color: '#B432E1'

red 180 ◦ green 50 ◦ blue 225

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

Shades of Dark Orchid #B432E1

Tints of Dark Orchid #B432E1

RGB

 RED value IS 180 (70.7% from 255) = 39.56%

 GREEN value IS 50 (19.92% from 255) = 10.99%

 BLUE value IS 225 (88.28% from 255) = 49.45%

R = 39.56%
G = 10.99%
B = 49.45%

CMYK

 C value IS 0.2

 M value IS 0.78

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B432E1 (or 0xB432E1) is known color: Dark Orchid. HEX triplet: B4, 32 and E1. RGB value is (180,50,225). Sum of RGB (Red+Green+Blue) = 180+50+225=455 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.56% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #B432E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432E1 is #4BCD1E. Grayscale: #6C6C6C. Windows color (decimal): -4967711 or 14758580. OLE color: 14758580.

HSL color Cylindrical-coordinate representation of color #B432E1: hue angle of 284.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B432E1 is Cyan = 0.2, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 50 225 -
CMYK 0.2 0.78 0 0.12
HSL 284.57º 0.74% 0.54% -
HSV(B) 284.57º 0.78% 0.88% -
XYZ 33.55 17.42 72.83 -
YUV 108.82 193.57 178.77 -
System Red Green Blue C M Y K H S L
Decimal 180 50 225 0.2 0.78 0 0.12 284.57 0.74 0.54
Hex B4 32 E1 14 4E 0 C 11D 4A 36
Octal 264 62 341 24 116 0 14 435 112 66
Binary 10110100 110010 11100001 10100 1001110 0 1100 100011101 1001010 110110

Color Harmonies of #B432E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432E1

Black with #B432E1

Text Example


Text Example

White with #B432E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432E1; }

 p { color: rgb(180,50,225); }

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

background-color css

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

 a { background-color: rgb(180,50,225); }

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

border-color css

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

 span { border-color: rgb(180,50,225); }

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