Html Css Color HEX #B125BE Dark Orchid

📋 copy color: '#B125BE'

red 177 ◦ green 37 ◦ blue 190

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

Shades of Dark Orchid #B125BE

Tints of Dark Orchid #B125BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.03%

R = 43.81%
G = 9.16%
B = 47.03%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B125BE (or 0xB125BE) is known color: Dark Orchid. HEX triplet: B1, 25 and BE. RGB value is (177,37,190). Sum of RGB (Red+Green+Blue) = 177+37+190=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #B125BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125BE is #4EDA41. Grayscale: #5F5F5F. Windows color (decimal): -5167682 or 12461489. OLE color: 12461489.

HSL color Cylindrical-coordinate representation of color #B125BE: hue angle of 294.9º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B125BE is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 37 190 -
CMYK 0.07 0.81 0 0.25
HSL 294.9º 0.67% 0.45% -
HSV(B) 294.9º 0.81% 0.75% -
XYZ 28.09 14.39 50.01 -
YUV 96.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 177 37 190 0.07 0.81 0 0.25 294.9 0.67 0.45
Hex B1 25 BE 7 51 0 19 127 43 2D
Octal 261 45 276 7 121 0 31 447 103 55
Binary 10110001 100101 10111110 111 1010001 0 11001 100100111 1000011 101101

Color Harmonies of #B125BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B125BE

Black with #B125BE

Text Example


Text Example

White with #B125BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B125BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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