Html Css Color HEX #B338C4 Dark Orchid

📋 copy color: '#B338C4'

red 179 ◦ green 56 ◦ blue 196

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

Shades of Dark Orchid #B338C4

Tints of Dark Orchid #B338C4

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.99%

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 41.53%
G = 12.99%
B = 45.48%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B338C4 (or 0xB338C4) is known color: Dark Orchid. HEX triplet: B3, 38 and C4. RGB value is (179,56,196). Sum of RGB (Red+Green+Blue) = 179+56+196=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B338C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338C4 is #4CC73B. Grayscale: #6C6C6C. Windows color (decimal): -5031740 or 12859571. OLE color: 12859571.

HSL color Cylindrical-coordinate representation of color #B338C4: hue angle of 292.71º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B338C4 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 56 196 -
CMYK 0.09 0.71 0 0.23
HSL 292.71º 0.56% 0.49% -
HSV(B) 292.71º 0.71% 0.77% -
XYZ 29.97 16.4 53.81 -
YUV 108.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 179 56 196 0.09 0.71 0 0.23 292.71 0.56 0.49
Hex B3 38 C4 9 47 0 17 125 38 31
Octal 263 70 304 11 107 0 27 445 70 61
Binary 10110011 111000 11000100 1001 1000111 0 10111 100100101 111000 110001

Color Harmonies of #B338C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338C4

Black with #B338C4

Text Example


Text Example

White with #B338C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338C4; }

 p { color: rgb(179,56,196); }

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

background-color css

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

 a { background-color: rgb(179,56,196); }

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

border-color css

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

 span { border-color: rgb(179,56,196); }

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