Html Css Color HEX #B335C3 Dark Orchid

📋 copy color: '#B335C3'

red 179 ◦ green 53 ◦ blue 195

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

Shades of Dark Orchid #B335C3

Tints of Dark Orchid #B335C3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.41%

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 41.92%
G = 12.41%
B = 45.67%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B335C3 (or 0xB335C3) is known color: Dark Orchid. HEX triplet: B3, 35 and C3. RGB value is (179,53,195). Sum of RGB (Red+Green+Blue) = 179+53+195=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #B335C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B335C3 is #4CCA3C. Grayscale: #6A6A6A. Windows color (decimal): -5032509 or 12793267. OLE color: 12793267.

HSL color Cylindrical-coordinate representation of color #B335C3: hue angle of 293.24º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B335C3 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 53 195 -
CMYK 0.08 0.73 0 0.24
HSL 293.24º 0.57% 0.49% -
HSV(B) 293.24º 0.73% 0.76% -
XYZ 29.71 16.07 53.17 -
YUV 106.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 179 53 195 0.08 0.73 0 0.24 293.24 0.57 0.49
Hex B3 35 C3 8 49 0 18 125 39 31
Octal 263 65 303 10 111 0 30 445 71 61
Binary 10110011 110101 11000011 1000 1001001 0 11000 100100101 111001 110001

Color Harmonies of #B335C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B335C3

Black with #B335C3

Text Example


Text Example

White with #B335C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B335C3; }

 p { color: rgb(179,53,195); }

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

background-color css

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

 a { background-color: rgb(179,53,195); }

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

border-color css

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

 span { border-color: rgb(179,53,195); }

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