Html Css Color HEX #B128CD Dark Orchid

📋 copy color: '#B128CD'

red 177 ◦ green 40 ◦ blue 205

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

Shades of Dark Orchid #B128CD

Tints of Dark Orchid #B128CD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.48%

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 41.94%
G = 9.48%
B = 48.58%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B128CD (or 0xB128CD) is known color: Dark Orchid. HEX triplet: B1, 28 and CD. RGB value is (177,40,205). Sum of RGB (Red+Green+Blue) = 177+40+205=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 40 (16.02% from 255 or 9.48% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #B128CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128CD is #4ED732. Grayscale: #636363. Windows color (decimal): -5166899 or 13445297. OLE color: 13445297.

HSL color Cylindrical-coordinate representation of color #B128CD: hue angle of 289.82º degrees, saturation: 0.67, 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 #B128CD is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 40 205 -
CMYK 0.14 0.80 0 0.20
HSL 289.82º 0.67% 0.48% -
HSV(B) 289.82º 0.8% 0.8% -
XYZ 29.91 15.27 59.13 -
YUV 99.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 177 40 205 0.14 0.80 0 0.20 289.82 0.67 0.48
Hex B1 28 CD E 50 0 14 122 43 30
Octal 261 50 315 16 120 0 24 442 103 60
Binary 10110001 101000 11001101 1110 1010000 0 10100 100100010 1000011 110000

Color Harmonies of #B128CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128CD

Black with #B128CD

Text Example


Text Example

White with #B128CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128CD; }

 p { color: rgb(177,40,205); }

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

background-color css

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

 a { background-color: rgb(177,40,205); }

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

border-color css

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

 span { border-color: rgb(177,40,205); }

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