Html Css Color HEX #B129CA Dark Orchid

📋 copy color: '#B129CA'

red 177 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #B129CA

Tints of Dark Orchid #B129CA

RGB

 RED value IS 177 (69.53% from 255) = 42.14%

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 42.14%
G = 9.76%
B = 48.1%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B129CA (or 0xB129CA) is known color: Dark Orchid. HEX triplet: B1, 29 and CA. RGB value is (177,41,202). Sum of RGB (Red+Green+Blue) = 177+41+202=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #B129CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B129CA is #4ED635. Grayscale: #636363. Windows color (decimal): -5166646 or 13248945. OLE color: 13248945.

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

Color convert

RGB 177 41 202 -
CMYK 0.12 0.80 0 0.21
HSL 290.68º 0.66% 0.48% -
HSV(B) 290.68º 0.8% 0.79% -
XYZ 29.59 15.2 57.25 -
YUV 100.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 177 41 202 0.12 0.80 0 0.21 290.68 0.66 0.48
Hex B1 29 CA C 50 0 15 123 42 30
Octal 261 51 312 14 120 0 25 443 102 60
Binary 10110001 101001 11001010 1100 1010000 0 10101 100100011 1000010 110000

Color Harmonies of #B129CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129CA

Black with #B129CA

Text Example


Text Example

White with #B129CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129CA; }

 p { color: rgb(177,41,202); }

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

background-color css

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

 a { background-color: rgb(177,41,202); }

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

border-color css

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

 span { border-color: rgb(177,41,202); }

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