Html Css Color HEX #B329CF Dark Orchid

📋 copy color: '#B329CF'

red 179 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #B329CF

Tints of Dark Orchid #B329CF

RGB

 RED value IS 179 (70.31% from 255) = 41.92%

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

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

R = 41.92%
G = 9.6%
B = 48.48%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B329CF (or 0xB329CF) is known color: Dark Orchid. HEX triplet: B3, 29 and CF. RGB value is (179,41,207). Sum of RGB (Red+Green+Blue) = 179+41+207=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 41 (16.41% from 255 or 9.60% 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 #B329CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B329CF is #4CD630. Grayscale: #646464. Windows color (decimal): -5035569 or 13576627. OLE color: 13576627.

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

Color convert

RGB 179 41 207 -
CMYK 0.14 0.80 0 0.19
HSL 289.88º 0.67% 0.49% -
HSV(B) 289.88º 0.8% 0.81% -
XYZ 30.65 15.67 60.44 -
YUV 101.19 187.72 183.5 -
System Red Green Blue C M Y K H S L
Decimal 179 41 207 0.14 0.80 0 0.19 289.88 0.67 0.49
Hex B3 29 CF E 50 0 13 122 43 31
Octal 263 51 317 16 120 0 23 442 103 61
Binary 10110011 101001 11001111 1110 1010000 0 10011 100100010 1000011 110001

Color Harmonies of #B329CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B329CF

Black with #B329CF

Text Example


Text Example

White with #B329CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B329CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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