Html Css Color HEX #B432CB Dark Orchid

📋 copy color: '#B432CB'

red 180 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #B432CB

Tints of Dark Orchid #B432CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 41.57%
G = 11.55%
B = 46.88%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B432CB (or 0xB432CB) is known color: Dark Orchid. HEX triplet: B4, 32 and CB. RGB value is (180,50,203). Sum of RGB (Red+Green+Blue) = 180+50+203=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B432CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B432CB is #4BCD34. Grayscale: #696969. Windows color (decimal): -4967733 or 13316788. OLE color: 13316788.

HSL color Cylindrical-coordinate representation of color #B432CB: hue angle of 290.98º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B432CB is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 50 203 -
CMYK 0.11 0.75 0 0.20
HSL 290.98º 0.6% 0.5% -
HSV(B) 290.98º 0.75% 0.8% -
XYZ 30.74 16.3 58.03 -
YUV 106.31 182.57 180.56 -
System Red Green Blue C M Y K H S L
Decimal 180 50 203 0.11 0.75 0 0.20 290.98 0.6 0.5
Hex B4 32 CB B 4B 0 14 123 3C 32
Octal 264 62 313 13 113 0 24 443 74 62
Binary 10110100 110010 11001011 1011 1001011 0 10100 100100011 111100 110010

Color Harmonies of #B432CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B432CB

Black with #B432CB

Text Example


Text Example

White with #B432CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B432CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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