Html Css Color HEX #B138D4 Dark Orchid

📋 copy color: '#B138D4'

red 177 ◦ green 56 ◦ blue 212

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

Shades of Dark Orchid #B138D4

Tints of Dark Orchid #B138D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.64%

R = 39.78%
G = 12.58%
B = 47.64%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B138D4 (or 0xB138D4) is known color: Dark Orchid. HEX triplet: B1, 38 and D4. RGB value is (177,56,212). Sum of RGB (Red+Green+Blue) = 177+56+212=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #B138D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138D4 is #4EC72B. Grayscale: #6D6D6D. Windows color (decimal): -5162796 or 13908145. OLE color: 13908145.

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

Color convert

RGB 177 56 212 -
CMYK 0.17 0.74 0 0.17
HSL 286.54º 0.64% 0.53% -
HSV(B) 286.54º 0.74% 0.83% -
XYZ 31.43 16.93 63.9 -
YUV 109.96 185.59 175.82 -
System Red Green Blue C M Y K H S L
Decimal 177 56 212 0.17 0.74 0 0.17 286.54 0.64 0.53
Hex B1 38 D4 11 4A 0 11 11F 40 35
Octal 261 70 324 21 112 0 21 437 100 65
Binary 10110001 111000 11010100 10001 1001010 0 10001 100011111 1000000 110101

Color Harmonies of #B138D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138D4

Black with #B138D4

Text Example


Text Example

White with #B138D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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