Html Css Color HEX #B122CF Dark Orchid

📋 copy color: '#B122CF'

red 177 ◦ green 34 ◦ blue 207

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

Shades of Dark Orchid #B122CF

Tints of Dark Orchid #B122CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.52%

R = 42.34%
G = 8.13%
B = 49.52%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B122CF (or 0xB122CF) is known color: Dark Orchid. HEX triplet: B1, 22 and CF. RGB value is (177,34,207). Sum of RGB (Red+Green+Blue) = 177+34+207=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B122CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122CF is #4EDD30. Grayscale: #5F5F5F. Windows color (decimal): -5168433 or 13574833. OLE color: 13574833.

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

Color convert

RGB 177 34 207 -
CMYK 0.14 0.84 0 0.19
HSL 289.6º 0.72% 0.47% -
HSV(B) 289.6º 0.84% 0.81% -
XYZ 29.97 15 60.35 -
YUV 96.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 177 34 207 0.14 0.84 0 0.19 289.6 0.72 0.47
Hex B1 22 CF E 54 0 13 122 48 2F
Octal 261 42 317 16 124 0 23 442 110 57
Binary 10110001 100010 11001111 1110 1010100 0 10011 100100010 1001000 101111

Color Harmonies of #B122CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122CF

Black with #B122CF

Text Example


Text Example

White with #B122CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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