Html Css Color HEX #B125CC Dark Orchid

📋 copy color: '#B125CC'

red 177 ◦ green 37 ◦ blue 204

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

Shades of Dark Orchid #B125CC

Tints of Dark Orchid #B125CC

RGB

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

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

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

R = 42.34%
G = 8.85%
B = 48.8%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B125CC (or 0xB125CC) is known color: Dark Orchid. HEX triplet: B1, 25 and CC. RGB value is (177,37,204). Sum of RGB (Red+Green+Blue) = 177+37+204=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 37 (14.84% from 255 or 8.85% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #B125CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B125CC is #4EDA33. Grayscale: #616161. Windows color (decimal): -5167668 or 13378993. OLE color: 13378993.

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

Color convert

RGB 177 37 204 -
CMYK 0.13 0.82 0 0.2
HSL 290.3º 0.69% 0.47% -
HSV(B) 290.3º 0.82% 0.8% -
XYZ 29.69 15.03 58.46 -
YUV 97.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 177 37 204 0.13 0.82 0 0.2 290.3 0.69 0.47
Hex B1 25 CC D 52 0 14 122 45 2F
Octal 261 45 314 15 122 0 24 442 105 57
Binary 10110001 100101 11001100 1101 1010010 0 10100 100100010 1000101 101111

Color Harmonies of #B125CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B125CC

Black with #B125CC

Text Example


Text Example

White with #B125CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B125CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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