Html Css Color HEX #B330BD Dark Orchid

📋 copy color: '#B330BD'

red 179 ◦ green 48 ◦ blue 189

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

Shades of Dark Orchid #B330BD

Tints of Dark Orchid #B330BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 43.03%
G = 11.54%
B = 45.43%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B330BD (or 0xB330BD) is known color: Dark Orchid. HEX triplet: B3, 30 and BD. RGB value is (179,48,189). Sum of RGB (Red+Green+Blue) = 179+48+189=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #B330BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330BD is #4CCF42. Grayscale: #666666. Windows color (decimal): -5033795 or 12398771. OLE color: 12398771.

HSL color Cylindrical-coordinate representation of color #B330BD: hue angle of 295.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B330BD is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 48 189 -
CMYK 0.05 0.75 0 0.26
HSL 295.74º 0.59% 0.46% -
HSV(B) 295.74º 0.75% 0.74% -
XYZ 28.83 15.37 49.59 -
YUV 103.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 179 48 189 0.05 0.75 0 0.26 295.74 0.59 0.46
Hex B3 30 BD 5 4B 0 1A 128 3B 2E
Octal 263 60 275 5 113 0 32 450 73 56
Binary 10110011 110000 10111101 101 1001011 0 11010 100101000 111011 101110

Color Harmonies of #B330BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330BD

Black with #B330BD

Text Example


Text Example

White with #B330BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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