Html Css Color HEX #B138CF Dark Orchid

📋 copy color: '#B138CF'

red 177 ◦ green 56 ◦ blue 207

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

Shades of Dark Orchid #B138CF

Tints of Dark Orchid #B138CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 40.23%
G = 12.73%
B = 47.05%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B138CF (or 0xB138CF) is known color: Dark Orchid. HEX triplet: B1, 38 and CF. RGB value is (177,56,207). Sum of RGB (Red+Green+Blue) = 177+56+207=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 56 (22.27% from 255 or 12.73% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B138CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138CF is #4EC730. Grayscale: #6C6C6C. Windows color (decimal): -5162801 or 13580465. OLE color: 13580465.

HSL color Cylindrical-coordinate representation of color #B138CF: hue angle of 288.08º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B138CF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 56 207 -
CMYK 0.14 0.73 0 0.19
HSL 288.08º 0.61% 0.52% -
HSV(B) 288.08º 0.73% 0.81% -
XYZ 30.81 16.68 60.63 -
YUV 109.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 177 56 207 0.14 0.73 0 0.19 288.08 0.61 0.52
Hex B1 38 CF E 49 0 13 120 3D 34
Octal 261 70 317 16 111 0 23 440 75 64
Binary 10110001 111000 11001111 1110 1001001 0 10011 100100000 111101 110100

Color Harmonies of #B138CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138CF

Black with #B138CF

Text Example


Text Example

White with #B138CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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