Html Css Color HEX #B123CD Dark Orchid

📋 copy color: '#B123CD'

red 177 ◦ green 35 ◦ blue 205

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

Shades of Dark Orchid #B123CD

Tints of Dark Orchid #B123CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

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

R = 42.45%
G = 8.39%
B = 49.16%

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

#B123CD (or 0xB123CD) is known color: Dark Orchid. HEX triplet: B1, 23 and CD. RGB value is (177,35,205). Sum of RGB (Red+Green+Blue) = 177+35+205=417 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.45% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B123CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123CD is #4EDC32. Grayscale: #606060. Windows color (decimal): -5168179 or 13444017. OLE color: 13444017.

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

Color convert

RGB 177 35 205 -
CMYK 0.14 0.83 0 0.20
HSL 290.12º 0.71% 0.47% -
HSV(B) 290.12º 0.83% 0.8% -
XYZ 29.75 14.96 59.08 -
YUV 96.84 189.04 185.18 -
System Red Green Blue C M Y K H S L
Decimal 177 35 205 0.14 0.83 0 0.20 290.12 0.71 0.47
Hex B1 23 CD E 53 0 14 122 47 2F
Octal 261 43 315 16 123 0 24 442 107 57
Binary 10110001 100011 11001101 1110 1010011 0 10100 100100010 1000111 101111

Color Harmonies of #B123CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123CD

Black with #B123CD

Text Example


Text Example

White with #B123CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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