Html Css Color HEX #B138D0 Dark Orchid

📋 copy color: '#B138D0'

red 177 ◦ green 56 ◦ blue 208

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

Shades of Dark Orchid #B138D0

Tints of Dark Orchid #B138D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 40.14%
G = 12.7%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B138D0 (or 0xB138D0) is known color: Dark Orchid. HEX triplet: B1, 38 and D0. RGB value is (177,56,208). Sum of RGB (Red+Green+Blue) = 177+56+208=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #B138D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138D0 is #4EC72F. Grayscale: #6D6D6D. Windows color (decimal): -5162800 or 13646001. OLE color: 13646001.

HSL color Cylindrical-coordinate representation of color #B138D0: hue angle of 287.76º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B138D0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 56 208 -
CMYK 0.15 0.73 0 0.18
HSL 287.76º 0.62% 0.52% -
HSV(B) 287.76º 0.73% 0.82% -
XYZ 30.93 16.73 61.27 -
YUV 109.51 183.59 176.14 -
System Red Green Blue C M Y K H S L
Decimal 177 56 208 0.15 0.73 0 0.18 287.76 0.62 0.52
Hex B1 38 D0 F 49 0 12 120 3E 34
Octal 261 70 320 17 111 0 22 440 76 64
Binary 10110001 111000 11010000 1111 1001001 0 10010 100100000 111110 110100

Color Harmonies of #B138D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138D0

Black with #B138D0

Text Example


Text Example

White with #B138D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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