Html Css Color HEX #B125CE Dark Orchid

📋 copy color: '#B125CE'

red 177 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B125CE

Tints of Dark Orchid #B125CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.81%

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 42.14%
G = 8.81%
B = 49.05%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B125CE (or 0xB125CE) is known color: Dark Orchid. HEX triplet: B1, 25 and CE. RGB value is (177,37,206). Sum of RGB (Red+Green+Blue) = 177+37+206=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #B125CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125CE is #4EDA31. Grayscale: #616161. Windows color (decimal): -5167666 or 13510065. OLE color: 13510065.

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

Color convert

RGB 177 37 206 -
CMYK 0.14 0.82 0 0.19
HSL 289.7º 0.7% 0.48% -
HSV(B) 289.7º 0.82% 0.81% -
XYZ 29.93 15.13 59.73 -
YUV 98.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 177 37 206 0.14 0.82 0 0.19 289.7 0.7 0.48
Hex B1 25 CE E 52 0 13 122 46 30
Octal 261 45 316 16 122 0 23 442 106 60
Binary 10110001 100101 11001110 1110 1010010 0 10011 100100010 1000110 110000

Color Harmonies of #B125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B125CE

Black with #B125CE

Text Example


Text Example

White with #B125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B125CE; }

 p { color: rgb(177,37,206); }

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

background-color css

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

 a { background-color: rgb(177,37,206); }

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

border-color css

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

 span { border-color: rgb(177,37,206); }

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