Html Css Color HEX #B138DF Dark Orchid

📋 copy color: '#B138DF'

red 177 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #B138DF

Tints of Dark Orchid #B138DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.28%

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 38.82%
G = 12.28%
B = 48.9%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B138DF (or 0xB138DF) is known color: Dark Orchid. HEX triplet: B1, 38 and DF. RGB value is (177,56,223). Sum of RGB (Red+Green+Blue) = 177+56+223=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 56 (22.27% from 255 or 12.28% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #B138DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138DF is #4EC720. Grayscale: #6E6E6E. Windows color (decimal): -5162785 or 14629041. OLE color: 14629041.

HSL color Cylindrical-coordinate representation of color #B138DF: hue angle of 283.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B138DF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 56 223 -
CMYK 0.21 0.75 0 0.13
HSL 283.47º 0.72% 0.55% -
HSV(B) 283.47º 0.75% 0.87% -
XYZ 32.86 17.5 71.46 -
YUV 111.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 177 56 223 0.21 0.75 0 0.13 283.47 0.72 0.55
Hex B1 38 DF 15 4B 0 D 11B 48 37
Octal 261 70 337 25 113 0 15 433 110 67
Binary 10110001 111000 11011111 10101 1001011 0 1101 100011011 1001000 110111

Color Harmonies of #B138DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138DF

Black with #B138DF

Text Example


Text Example

White with #B138DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138DF; }

 p { color: rgb(177,56,223); }

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

background-color css

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

 a { background-color: rgb(177,56,223); }

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

border-color css

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

 span { border-color: rgb(177,56,223); }

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