Html Css Color HEX #B725CE Dark Orchid

📋 copy color: '#B725CE'

red 183 ◦ green 37 ◦ blue 206

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

Shades of Dark Orchid #B725CE

Tints of Dark Orchid #B725CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 42.96%
G = 8.69%
B = 48.36%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B725CE (or 0xB725CE) is known color: Dark Orchid. HEX triplet: B7, 25 and CE. RGB value is (183,37,206). Sum of RGB (Red+Green+Blue) = 183+37+206=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #B725CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725CE is #48DA31. Grayscale: #636363. Windows color (decimal): -4774450 or 13510071. OLE color: 13510071.

HSL color Cylindrical-coordinate representation of color #B725CE: hue angle of 291.83º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B725CE is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 37 206 -
CMYK 0.11 0.82 0 0.19
HSL 291.83º 0.7% 0.48% -
HSV(B) 291.83º 0.82% 0.81% -
XYZ 31.33 15.85 59.8 -
YUV 99.92 187.87 187.26 -
System Red Green Blue C M Y K H S L
Decimal 183 37 206 0.11 0.82 0 0.19 291.83 0.7 0.48
Hex B7 25 CE B 52 0 13 124 46 30
Octal 267 45 316 13 122 0 23 444 106 60
Binary 10110111 100101 11001110 1011 1010010 0 10011 100100100 1000110 110000

Color Harmonies of #B725CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725CE

Black with #B725CE

Text Example


Text Example

White with #B725CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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