Html Css Color HEX #B122CD Dark Orchid

📋 copy color: '#B122CD'

red 177 ◦ green 34 ◦ blue 205

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

Shades of Dark Orchid #B122CD

Tints of Dark Orchid #B122CD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 42.55%
G = 8.17%
B = 49.28%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B122CD (or 0xB122CD) is known color: Dark Orchid. HEX triplet: B1, 22 and CD. RGB value is (177,34,205). Sum of RGB (Red+Green+Blue) = 177+34+205=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #B122CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122CD is #4EDD32. Grayscale: #5F5F5F. Windows color (decimal): -5168435 or 13443761. OLE color: 13443761.

HSL color Cylindrical-coordinate representation of color #B122CD: hue angle of 290.18º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B122CD is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 34 205 -
CMYK 0.14 0.83 0 0.20
HSL 290.18º 0.72% 0.47% -
HSV(B) 290.18º 0.83% 0.8% -
XYZ 29.72 14.9 59.07 -
YUV 96.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 177 34 205 0.14 0.83 0 0.20 290.18 0.72 0.47
Hex B1 22 CD E 53 0 14 122 48 2F
Octal 261 42 315 16 123 0 24 442 110 57
Binary 10110001 100010 11001101 1110 1010011 0 10100 100100010 1001000 101111

Color Harmonies of #B122CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122CD

Black with #B122CD

Text Example


Text Example

White with #B122CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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