Html Css Color HEX #B825CF Dark Orchid

📋 copy color: '#B825CF'

red 184 ◦ green 37 ◦ blue 207

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

Shades of Dark Orchid #B825CF

Tints of Dark Orchid #B825CF

RGB

 RED value IS 184 (72.27% from 255) = 42.99%

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

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

R = 42.99%
G = 8.64%
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

#B825CF (or 0xB825CF) is known color: Dark Orchid. HEX triplet: B8, 25 and CF. RGB value is (184,37,207). Sum of RGB (Red+Green+Blue) = 184+37+207=428 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.99% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #B825CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B825CF is #47DA30. Grayscale: #636363. Windows color (decimal): -4708913 or 13575608. OLE color: 13575608.

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

Color convert

RGB 184 37 207 -
CMYK 0.11 0.82 0 0.19
HSL 291.88º 0.7% 0.48% -
HSV(B) 291.88º 0.82% 0.81% -
XYZ 31.69 16.02 60.45 -
YUV 100.33 188.2 187.68 -
System Red Green Blue C M Y K H S L
Decimal 184 37 207 0.11 0.82 0 0.19 291.88 0.7 0.48
Hex B8 25 CF B 52 0 13 124 46 30
Octal 270 45 317 13 122 0 23 444 106 60
Binary 10111000 100101 11001111 1011 1010010 0 10011 100100100 1000110 110000

Color Harmonies of #B825CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B825CF

Black with #B825CF

Text Example


Text Example

White with #B825CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B825CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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