Html Css Color HEX #B829CF Dark Orchid

📋 copy color: '#B829CF'

red 184 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #B829CF

Tints of Dark Orchid #B829CF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.49%

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

R = 42.59%
G = 9.49%
B = 47.92%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B829CF (or 0xB829CF) is known color: Dark Orchid. HEX triplet: B8, 29 and CF. RGB value is (184,41,207). Sum of RGB (Red+Green+Blue) = 184+41+207=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #B829CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B829CF is #47D630. Grayscale: #666666. Windows color (decimal): -4707889 or 13576632. OLE color: 13576632.

HSL color Cylindrical-coordinate representation of color #B829CF: hue angle of 291.69º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B829CF is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 41 207 -
CMYK 0.11 0.80 0 0.19
HSL 291.69º 0.67% 0.49% -
HSV(B) 291.69º 0.8% 0.81% -
XYZ 31.82 16.28 60.5 -
YUV 102.68 186.88 186 -
System Red Green Blue C M Y K H S L
Decimal 184 41 207 0.11 0.80 0 0.19 291.69 0.67 0.49
Hex B8 29 CF B 50 0 13 124 43 31
Octal 270 51 317 13 120 0 23 444 103 61
Binary 10111000 101001 11001111 1011 1010000 0 10011 100100100 1000011 110001

Color Harmonies of #B829CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B829CF

Black with #B829CF

Text Example


Text Example

White with #B829CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B829CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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