Html Css Color HEX #B138EF Dark Orchid

📋 copy color: '#B138EF'

red 177 ◦ green 56 ◦ blue 239

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

Shades of Dark Orchid #B138EF

Tints of Dark Orchid #B138EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.64%

R = 37.5%
G = 11.86%
B = 50.64%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B138EF (or 0xB138EF) is known color: Dark Orchid. HEX triplet: B1, 38 and EF. RGB value is (177,56,239). Sum of RGB (Red+Green+Blue) = 177+56+239=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #B138EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138EF is #4EC710. Grayscale: #707070. Windows color (decimal): -5162769 or 15677617. OLE color: 15677617.

HSL color Cylindrical-coordinate representation of color #B138EF: hue angle of 279.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B138EF is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 56 239 -
CMYK 0.26 0.77 0 0.06
HSL 279.67º 0.85% 0.58% -
HSV(B) 279.67º 0.77% 0.94% -
XYZ 35.13 18.41 83.36 -
YUV 113.04 199.09 173.62 -
System Red Green Blue C M Y K H S L
Decimal 177 56 239 0.26 0.77 0 0.06 279.67 0.85 0.58
Hex B1 38 EF 1A 4D 0 6 118 55 3A
Octal 261 70 357 32 115 0 6 430 125 72
Binary 10110001 111000 11101111 11010 1001101 0 110 100011000 1010101 111010

Color Harmonies of #B138EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138EF

Black with #B138EF

Text Example


Text Example

White with #B138EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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