Html Css Color HEX #B725BC Dark Orchid

📋 copy color: '#B725BC'

red 183 ◦ green 37 ◦ blue 188

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

Shades of Dark Orchid #B725BC

Tints of Dark Orchid #B725BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.08%

R = 44.85%
G = 9.07%
B = 46.08%

CMYK

 C value IS 0.03

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B725BC (or 0xB725BC) is known color: Dark Orchid. HEX triplet: B7, 25 and BC. RGB value is (183,37,188). Sum of RGB (Red+Green+Blue) = 183+37+188=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #B725BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725BC is #48DA43. Grayscale: #616161. Windows color (decimal): -4774468 or 12330423. OLE color: 12330423.

HSL color Cylindrical-coordinate representation of color #B725BC: hue angle of 298.01º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B725BC is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 37 188 -
CMYK 0.03 0.80 0 0.26
HSL 298.01º 0.67% 0.44% -
HSV(B) 298.01º 0.8% 0.74% -
XYZ 29.27 15.02 48.93 -
YUV 97.87 178.87 188.72 -
System Red Green Blue C M Y K H S L
Decimal 183 37 188 0.03 0.80 0 0.26 298.01 0.67 0.44
Hex B7 25 BC 3 50 0 1A 12A 43 2C
Octal 267 45 274 3 120 0 32 452 103 54
Binary 10110111 100101 10111100 11 1010000 0 11010 100101010 1000011 101100

Color Harmonies of #B725BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725BC

Black with #B725BC

Text Example


Text Example

White with #B725BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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