Html Css Color HEX #B725C0 Dark Orchid

📋 copy color: '#B725C0'

red 183 ◦ green 37 ◦ blue 192

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

Shades of Dark Orchid #B725C0

Tints of Dark Orchid #B725C0

RGB

 RED value IS 183 (71.88% from 255) = 44.42%

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

 BLUE value IS 192 (75.39% from 255) = 46.6%

R = 44.42%
G = 8.98%
B = 46.6%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B725C0 (or 0xB725C0) is known color: Dark Orchid. HEX triplet: B7, 25 and C0. RGB value is (183,37,192). Sum of RGB (Red+Green+Blue) = 183+37+192=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #B725C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725C0 is #48DA3F. Grayscale: #616161. Windows color (decimal): -4774464 or 12592567. OLE color: 12592567.

HSL color Cylindrical-coordinate representation of color #B725C0: hue angle of 296.52º degrees, saturation: 0.68, 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 #B725C0 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 37 192 -
CMYK 0.05 0.81 0 0.25
HSL 296.52º 0.68% 0.45% -
HSV(B) 296.52º 0.81% 0.75% -
XYZ 29.7 15.2 51.24 -
YUV 98.32 180.87 188.4 -
System Red Green Blue C M Y K H S L
Decimal 183 37 192 0.05 0.81 0 0.25 296.52 0.68 0.45
Hex B7 25 C0 5 51 0 19 129 44 2D
Octal 267 45 300 5 121 0 31 451 104 55
Binary 10110111 100101 11000000 101 1010001 0 11001 100101001 1000100 101101

Color Harmonies of #B725C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725C0

Black with #B725C0

Text Example


Text Example

White with #B725C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725C0; }

 p { color: rgb(183,37,192); }

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

background-color css

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

 a { background-color: rgb(183,37,192); }

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

border-color css

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

 span { border-color: rgb(183,37,192); }

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