Html Css Color HEX #B725C2 Dark Orchid

📋 copy color: '#B725C2'

red 183 ◦ green 37 ◦ blue 194

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

Shades of Dark Orchid #B725C2

Tints of Dark Orchid #B725C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 44.2%
G = 8.94%
B = 46.86%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B725C2 (or 0xB725C2) is known color: Dark Orchid. HEX triplet: B7, 25 and C2. RGB value is (183,37,194). Sum of RGB (Red+Green+Blue) = 183+37+194=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #B725C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725C2 is #48DA3D. Grayscale: #626262. Windows color (decimal): -4774462 or 12723639. OLE color: 12723639.

HSL color Cylindrical-coordinate representation of color #B725C2: hue angle of 295.8º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B725C2 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 37 194 -
CMYK 0.06 0.81 0 0.24
HSL 295.8º 0.68% 0.45% -
HSV(B) 295.8º 0.81% 0.76% -
XYZ 29.93 15.29 52.41 -
YUV 98.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 183 37 194 0.06 0.81 0 0.24 295.8 0.68 0.45
Hex B7 25 C2 6 51 0 18 128 44 2D
Octal 267 45 302 6 121 0 30 450 104 55
Binary 10110111 100101 11000010 110 1010001 0 11000 100101000 1000100 101101

Color Harmonies of #B725C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725C2

Black with #B725C2

Text Example


Text Example

White with #B725C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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