Html Css Color HEX #B128CB Dark Orchid

📋 copy color: '#B128CB'

red 177 ◦ green 40 ◦ blue 203

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

Shades of Dark Orchid #B128CB

Tints of Dark Orchid #B128CB

RGB

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

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

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

R = 42.14%
G = 9.52%
B = 48.33%

CMYK

 C value IS 0.13

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B128CB (or 0xB128CB) is known color: Dark Orchid. HEX triplet: B1, 28 and CB. RGB value is (177,40,203). Sum of RGB (Red+Green+Blue) = 177+40+203=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B128CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128CB is #4ED734. Grayscale: #636363. Windows color (decimal): -5166901 or 13314225. OLE color: 13314225.

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

Color convert

RGB 177 40 203 -
CMYK 0.13 0.80 0 0.20
HSL 290.43º 0.67% 0.48% -
HSV(B) 290.43º 0.8% 0.8% -
XYZ 29.67 15.18 57.87 -
YUV 99.55 186.39 183.25 -
System Red Green Blue C M Y K H S L
Decimal 177 40 203 0.13 0.80 0 0.20 290.43 0.67 0.48
Hex B1 28 CB D 50 0 14 122 43 30
Octal 261 50 313 15 120 0 24 442 103 60
Binary 10110001 101000 11001011 1101 1010000 0 10100 100100010 1000011 110000

Color Harmonies of #B128CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128CB

Black with #B128CB

Text Example


Text Example

White with #B128CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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