Html Css Color HEX #B138C6 Dark Orchid

📋 copy color: '#B138C6'

red 177 ◦ green 56 ◦ blue 198

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

Shades of Dark Orchid #B138C6

Tints of Dark Orchid #B138C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 41.07%
G = 12.99%
B = 45.94%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B138C6 (or 0xB138C6) is known color: Dark Orchid. HEX triplet: B1, 38 and C6. RGB value is (177,56,198). Sum of RGB (Red+Green+Blue) = 177+56+198=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #B138C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138C6 is #4EC739. Grayscale: #6B6B6B. Windows color (decimal): -5162810 or 12990641. OLE color: 12990641.

HSL color Cylindrical-coordinate representation of color #B138C6: hue angle of 291.13º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B138C6 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 56 198 -
CMYK 0.11 0.72 0 0.22
HSL 291.13º 0.56% 0.5% -
HSV(B) 291.13º 0.72% 0.78% -
XYZ 29.74 16.25 55 -
YUV 108.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 177 56 198 0.11 0.72 0 0.22 291.13 0.56 0.5
Hex B1 38 C6 B 48 0 16 123 38 32
Octal 261 70 306 13 110 0 26 443 70 62
Binary 10110001 111000 11000110 1011 1001000 0 10110 100100011 111000 110010

Color Harmonies of #B138C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138C6

Black with #B138C6

Text Example


Text Example

White with #B138C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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