Html Css Color HEX #B725CF Dark Orchid

📋 copy color: '#B725CF'

red 183 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #B725CF

Tints of Dark Orchid #B725CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 42.86%
G = 8.67%
B = 48.48%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B725CF (or 0xB725CF) is known color: Dark Orchid. HEX triplet: B7, 25 and CF. RGB value is (183,37,207). Sum of RGB (Red+Green+Blue) = 183+37+207=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #B725CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725CF is #48DA30. Grayscale: #636363. Windows color (decimal): -4774449 or 13575607. OLE color: 13575607.

HSL color Cylindrical-coordinate representation of color #B725CF: hue angle of 291.53º 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 #B725CF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 37 207 -
CMYK 0.12 0.82 0 0.19
HSL 291.53º 0.7% 0.48% -
HSV(B) 291.53º 0.82% 0.81% -
XYZ 31.45 15.9 60.44 -
YUV 100.03 188.37 187.18 -
System Red Green Blue C M Y K H S L
Decimal 183 37 207 0.12 0.82 0 0.19 291.53 0.7 0.48
Hex B7 25 CF C 52 0 13 124 46 30
Octal 267 45 317 14 122 0 23 444 106 60
Binary 10110111 100101 11001111 1100 1010010 0 10011 100100100 1000110 110000

Color Harmonies of #B725CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B725CF

Black with #B725CF

Text Example


Text Example

White with #B725CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B725CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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