Html Css Color HEX #B330CE Dark Orchid

📋 copy color: '#B330CE'

red 179 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #B330CE

Tints of Dark Orchid #B330CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.09%

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

R = 41.34%
G = 11.09%
B = 47.58%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B330CE (or 0xB330CE) is known color: Dark Orchid. HEX triplet: B3, 30 and CE. RGB value is (179,48,206). Sum of RGB (Red+Green+Blue) = 179+48+206=433 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.34% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #B330CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330CE is #4CCF31. Grayscale: #686868. Windows color (decimal): -5033778 or 13512883. OLE color: 13512883.

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

Color convert

RGB 179 48 206 -
CMYK 0.13 0.77 0 0.19
HSL 289.75º 0.62% 0.5% -
HSV(B) 289.75º 0.77% 0.81% -
XYZ 30.79 16.15 59.89 -
YUV 105.18 184.9 180.65 -
System Red Green Blue C M Y K H S L
Decimal 179 48 206 0.13 0.77 0 0.19 289.75 0.62 0.5
Hex B3 30 CE D 4D 0 13 122 3E 32
Octal 263 60 316 15 115 0 23 442 76 62
Binary 10110011 110000 11001110 1101 1001101 0 10011 100100010 111110 110010

Color Harmonies of #B330CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330CE

Black with #B330CE

Text Example


Text Example

White with #B330CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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