Html Css Color HEX #B239D3 Dark Orchid

📋 copy color: '#B239D3'

red 178 ◦ green 57 ◦ blue 211

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

Shades of Dark Orchid #B239D3

Tints of Dark Orchid #B239D3

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

 GREEN value IS 57 (22.66% from 255) = 12.78%

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 39.91%
G = 12.78%
B = 47.31%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B239D3 (or 0xB239D3) is known color: Dark Orchid. HEX triplet: B2, 39 and D3. RGB value is (178,57,211). Sum of RGB (Red+Green+Blue) = 178+57+211=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #B239D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239D3 is #4DC62C. Grayscale: #6E6E6E. Windows color (decimal): -5097005 or 13842866. OLE color: 13842866.

HSL color Cylindrical-coordinate representation of color #B239D3: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B239D3 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 57 211 -
CMYK 0.16 0.73 0 0.17
HSL 287.14º 0.64% 0.53% -
HSV(B) 287.14º 0.73% 0.83% -
XYZ 31.58 17.09 63.26 -
YUV 110.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 178 57 211 0.16 0.73 0 0.17 287.14 0.64 0.53
Hex B2 39 D3 10 49 0 11 11F 40 35
Octal 262 71 323 20 111 0 21 437 100 65
Binary 10110010 111001 11010011 10000 1001001 0 10001 100011111 1000000 110101

Color Harmonies of #B239D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239D3

Black with #B239D3

Text Example


Text Example

White with #B239D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239D3; }

 p { color: rgb(178,57,211); }

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

background-color css

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

 a { background-color: rgb(178,57,211); }

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

border-color css

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

 span { border-color: rgb(178,57,211); }

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