Html Css Color HEX #B333C1 Dark Orchid

📋 copy color: '#B333C1'

red 179 ◦ green 51 ◦ blue 193

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

Shades of Dark Orchid #B333C1

Tints of Dark Orchid #B333C1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

 BLUE value IS 193 (75.78% from 255) = 45.63%

R = 42.32%
G = 12.06%
B = 45.63%

CMYK

 C value IS 0.07

 M value IS 0.74

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B333C1 (or 0xB333C1) is known color: Dark Orchid. HEX triplet: B3, 33 and C1. RGB value is (179,51,193). Sum of RGB (Red+Green+Blue) = 179+51+193=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 193 (75.78% from 255 or 45.63% from 423); Max value from RGB is 193 - color contains mainly: blue. Hex color #B333C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333C1 is #4CCC3E. Grayscale: #696969. Windows color (decimal): -5033023 or 12661683. OLE color: 12661683.

HSL color Cylindrical-coordinate representation of color #B333C1: hue angle of 294.08º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B333C1 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 51 193 -
CMYK 0.07 0.74 0 0.24
HSL 294.08º 0.58% 0.48% -
HSV(B) 294.08º 0.74% 0.76% -
XYZ 29.4 15.8 51.95 -
YUV 105.46 177.41 180.45 -
System Red Green Blue C M Y K H S L
Decimal 179 51 193 0.07 0.74 0 0.24 294.08 0.58 0.48
Hex B3 33 C1 7 4A 0 18 126 3A 30
Octal 263 63 301 7 112 0 30 446 72 60
Binary 10110011 110011 11000001 111 1001010 0 11000 100100110 111010 110000

Color Harmonies of #B333C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B333C1

Black with #B333C1

Text Example


Text Example

White with #B333C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B333C1; }

 p { color: rgb(179,51,193); }

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

background-color css

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

 a { background-color: rgb(179,51,193); }

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

border-color css

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

 span { border-color: rgb(179,51,193); }

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