Html Css Color HEX #B725CA Dark Orchid

📋 copy color: '#B725CA'

red 183 ◦ green 37 ◦ blue 202

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

Shades of Dark Orchid #B725CA

Tints of Dark Orchid #B725CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.87%

R = 43.36%
G = 8.77%
B = 47.87%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B725CA (or 0xB725CA) is known color: Dark Orchid. HEX triplet: B7, 25 and CA. RGB value is (183,37,202). Sum of RGB (Red+Green+Blue) = 183+37+202=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #B725CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725CA is #48DA35. Grayscale: #626262. Windows color (decimal): -4774454 or 13247927. OLE color: 13247927.

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

Color convert

RGB 183 37 202 -
CMYK 0.09 0.82 0 0.21
HSL 293.09º 0.69% 0.47% -
HSV(B) 293.09º 0.82% 0.79% -
XYZ 30.85 15.65 57.27 -
YUV 99.46 185.87 187.58 -
System Red Green Blue C M Y K H S L
Decimal 183 37 202 0.09 0.82 0 0.21 293.09 0.69 0.47
Hex B7 25 CA 9 52 0 15 125 45 2F
Octal 267 45 312 11 122 0 25 445 105 57
Binary 10110111 100101 11001010 1001 1010010 0 10101 100100101 1000101 101111

Color Harmonies of #B725CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725CA

Black with #B725CA

Text Example


Text Example

White with #B725CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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