Html Css Color HEX #B338CE Dark Orchid

📋 copy color: '#B338CE'

red 179 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #B338CE

Tints of Dark Orchid #B338CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 40.59%
G = 12.7%
B = 46.71%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B338CE (or 0xB338CE) is known color: Dark Orchid. HEX triplet: B3, 38 and CE. RGB value is (179,56,206). Sum of RGB (Red+Green+Blue) = 179+56+206=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #B338CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338CE is #4CC731. Grayscale: #6D6D6D. Windows color (decimal): -5031730 or 13514931. OLE color: 13514931.

HSL color Cylindrical-coordinate representation of color #B338CE: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B338CE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 56 206 -
CMYK 0.13 0.73 0 0.19
HSL 289.2º 0.6% 0.51% -
HSV(B) 289.2º 0.73% 0.81% -
XYZ 31.15 16.87 60.01 -
YUV 109.88 182.25 177.3 -
System Red Green Blue C M Y K H S L
Decimal 179 56 206 0.13 0.73 0 0.19 289.2 0.6 0.51
Hex B3 38 CE D 49 0 13 121 3C 33
Octal 263 70 316 15 111 0 23 441 74 63
Binary 10110011 111000 11001110 1101 1001001 0 10011 100100001 111100 110011

Color Harmonies of #B338CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B338CE

Black with #B338CE

Text Example


Text Example

White with #B338CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B338CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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