Html Css Color HEX #B138CC Dark Orchid

📋 copy color: '#B138CC'

red 177 ◦ green 56 ◦ blue 204

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

Shades of Dark Orchid #B138CC

Tints of Dark Orchid #B138CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 40.5%
G = 12.81%
B = 46.68%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B138CC (or 0xB138CC) is known color: Dark Orchid. HEX triplet: B1, 38 and CC. RGB value is (177,56,204). Sum of RGB (Red+Green+Blue) = 177+56+204=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B138CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138CC is #4EC733. Grayscale: #6C6C6C. Windows color (decimal): -5162804 or 13383857. OLE color: 13383857.

HSL color Cylindrical-coordinate representation of color #B138CC: hue angle of 289.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B138CC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 56 204 -
CMYK 0.13 0.73 0 0.2
HSL 289.05º 0.59% 0.51% -
HSV(B) 289.05º 0.73% 0.8% -
XYZ 30.44 16.54 58.71 -
YUV 109.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 177 56 204 0.13 0.73 0 0.2 289.05 0.59 0.51
Hex B1 38 CC D 49 0 14 121 3B 33
Octal 261 70 314 15 111 0 24 441 73 63
Binary 10110001 111000 11001100 1101 1001001 0 10100 100100001 111011 110011

Color Harmonies of #B138CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138CC

Black with #B138CC

Text Example


Text Example

White with #B138CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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