Html Css Color HEX #B330DA Dark Orchid

📋 copy color: '#B330DA'

red 179 ◦ green 48 ◦ blue 218

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

Shades of Dark Orchid #B330DA

Tints of Dark Orchid #B330DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 40.22%
G = 10.79%
B = 48.99%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B330DA (or 0xB330DA) is known color: Dark Orchid. HEX triplet: B3, 30 and DA. RGB value is (179,48,218). Sum of RGB (Red+Green+Blue) = 179+48+218=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #B330DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330DA is #4CCF25. Grayscale: #6A6A6A. Windows color (decimal): -5033766 or 14299315. OLE color: 14299315.

HSL color Cylindrical-coordinate representation of color #B330DA: hue angle of 286.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B330DA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 48 218 -
CMYK 0.18 0.78 0 0.15
HSL 286.24º 0.7% 0.52% -
HSV(B) 286.24º 0.78% 0.85% -
XYZ 32.3 16.76 67.86 -
YUV 106.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 179 48 218 0.18 0.78 0 0.15 286.24 0.7 0.52
Hex B3 30 DA 12 4E 0 F 11E 46 34
Octal 263 60 332 22 116 0 17 436 106 64
Binary 10110011 110000 11011010 10010 1001110 0 1111 100011110 1000110 110100

Color Harmonies of #B330DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330DA

Black with #B330DA

Text Example


Text Example

White with #B330DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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