Html Css Color HEX #B432BF Dark Orchid

📋 copy color: '#B432BF'

red 180 ◦ green 50 ◦ blue 191

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

Shades of Dark Orchid #B432BF

Tints of Dark Orchid #B432BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 42.76%
G = 11.88%
B = 45.37%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B432BF (or 0xB432BF) is known color: Dark Orchid. HEX triplet: B4, 32 and BF. RGB value is (180,50,191). Sum of RGB (Red+Green+Blue) = 180+50+191=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #B432BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432BF is #4BCD40. Grayscale: #686868. Windows color (decimal): -4967745 or 12530356. OLE color: 12530356.

HSL color Cylindrical-coordinate representation of color #B432BF: hue angle of 295.32º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B432BF is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 50 191 -
CMYK 0.06 0.74 0 0.25
HSL 295.32º 0.59% 0.47% -
HSV(B) 295.32º 0.74% 0.75% -
XYZ 29.37 15.75 50.78 -
YUV 104.94 176.57 181.54 -
System Red Green Blue C M Y K H S L
Decimal 180 50 191 0.06 0.74 0 0.25 295.32 0.59 0.47
Hex B4 32 BF 6 4A 0 19 127 3B 2F
Octal 264 62 277 6 112 0 31 447 73 57
Binary 10110100 110010 10111111 110 1001010 0 11001 100100111 111011 101111

Color Harmonies of #B432BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432BF

Black with #B432BF

Text Example


Text Example

White with #B432BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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