Html Css Color HEX #B429CB Dark Orchid

📋 copy color: '#B429CB'

red 180 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #B429CB

Tints of Dark Orchid #B429CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.67%

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

R = 42.45%
G = 9.67%
B = 47.88%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B429CB (or 0xB429CB) is known color: Dark Orchid. HEX triplet: B4, 29 and CB. RGB value is (180,41,203). Sum of RGB (Red+Green+Blue) = 180+41+203=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #B429CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B429CB is #4BD634. Grayscale: #646464. Windows color (decimal): -4970037 or 13314484. OLE color: 13314484.

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

Color convert

RGB 180 41 203 -
CMYK 0.11 0.80 0 0.20
HSL 291.48º 0.66% 0.48% -
HSV(B) 291.48º 0.8% 0.8% -
XYZ 30.39 15.6 57.91 -
YUV 101.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 180 41 203 0.11 0.80 0 0.20 291.48 0.66 0.48
Hex B4 29 CB B 50 0 14 123 42 30
Octal 264 51 313 13 120 0 24 443 102 60
Binary 10110100 101001 11001011 1011 1010000 0 10100 100100011 1000010 110000

Color Harmonies of #B429CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B429CB

Black with #B429CB

Text Example


Text Example

White with #B429CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B429CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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