Html Css Color HEX #B138D3 Dark Orchid

📋 copy color: '#B138D3'

red 177 ◦ green 56 ◦ blue 211

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

Shades of Dark Orchid #B138D3

Tints of Dark Orchid #B138D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.52%

R = 39.86%
G = 12.61%
B = 47.52%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B138D3 (or 0xB138D3) is known color: Dark Orchid. HEX triplet: B1, 38 and D3. RGB value is (177,56,211). Sum of RGB (Red+Green+Blue) = 177+56+211=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 211 (82.81% from 255 or 47.52% from 444); Max value from RGB is 211 - color contains mainly: blue. Hex color #B138D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138D3 is #4EC72C. Grayscale: #6D6D6D. Windows color (decimal): -5162797 or 13842609. OLE color: 13842609.

HSL color Cylindrical-coordinate representation of color #B138D3: hue angle of 286.84º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B138D3 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 56 211 -
CMYK 0.16 0.73 0 0.17
HSL 286.84º 0.64% 0.52% -
HSV(B) 286.84º 0.73% 0.83% -
XYZ 31.3 16.88 63.24 -
YUV 109.85 185.09 175.9 -
System Red Green Blue C M Y K H S L
Decimal 177 56 211 0.16 0.73 0 0.17 286.84 0.64 0.52
Hex B1 38 D3 10 49 0 11 11F 40 34
Octal 261 70 323 20 111 0 21 437 100 64
Binary 10110001 111000 11010011 10000 1001001 0 10001 100011111 1000000 110100

Color Harmonies of #B138D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138D3

Black with #B138D3

Text Example


Text Example

White with #B138D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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