Html Css Color HEX #B432D8 Dark Orchid

📋 copy color: '#B432D8'

red 180 ◦ green 50 ◦ blue 216

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

Shades of Dark Orchid #B432D8

Tints of Dark Orchid #B432D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 40.36%
G = 11.21%
B = 48.43%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B432D8 (or 0xB432D8) is known color: Dark Orchid. HEX triplet: B4, 32 and D8. RGB value is (180,50,216). Sum of RGB (Red+Green+Blue) = 180+50+216=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 50 (19.92% from 255 or 11.21% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #B432D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432D8 is #4BCD27. Grayscale: #6B6B6B. Windows color (decimal): -4967720 or 14168756. OLE color: 14168756.

HSL color Cylindrical-coordinate representation of color #B432D8: hue angle of 286.99º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B432D8 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 50 216 -
CMYK 0.17 0.77 0 0.15
HSL 286.99º 0.68% 0.52% -
HSV(B) 286.99º 0.77% 0.85% -
XYZ 32.36 16.94 66.53 -
YUV 107.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 180 50 216 0.17 0.77 0 0.15 286.99 0.68 0.52
Hex B4 32 D8 11 4D 0 F 11F 44 34
Octal 264 62 330 21 115 0 17 437 104 64
Binary 10110100 110010 11011000 10001 1001101 0 1111 100011111 1000100 110100

Color Harmonies of #B432D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432D8

Black with #B432D8

Text Example


Text Example

White with #B432D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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