Html Css Color HEX #B138CA Dark Orchid

📋 copy color: '#B138CA'

red 177 ◦ green 56 ◦ blue 202

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

Shades of Dark Orchid #B138CA

Tints of Dark Orchid #B138CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 40.69%
G = 12.87%
B = 46.44%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B138CA (or 0xB138CA) is known color: Dark Orchid. HEX triplet: B1, 38 and CA. RGB value is (177,56,202). Sum of RGB (Red+Green+Blue) = 177+56+202=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #B138CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138CA is #4EC735. Grayscale: #6C6C6C. Windows color (decimal): -5162806 or 13252785. OLE color: 13252785.

HSL color Cylindrical-coordinate representation of color #B138CA: hue angle of 289.73º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B138CA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 56 202 -
CMYK 0.12 0.72 0 0.21
HSL 289.73º 0.58% 0.51% -
HSV(B) 289.73º 0.72% 0.79% -
XYZ 30.21 16.44 57.46 -
YUV 108.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 177 56 202 0.12 0.72 0 0.21 289.73 0.58 0.51
Hex B1 38 CA C 48 0 15 122 3A 33
Octal 261 70 312 14 110 0 25 442 72 63
Binary 10110001 111000 11001010 1100 1001000 0 10101 100100010 111010 110011

Color Harmonies of #B138CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138CA

Black with #B138CA

Text Example


Text Example

White with #B138CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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