Html Css Color HEX #B330CD Dark Orchid

📋 copy color: '#B330CD'

red 179 ◦ green 48 ◦ blue 205

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

Shades of Dark Orchid #B330CD

Tints of Dark Orchid #B330CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 41.44%
G = 11.11%
B = 47.45%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B330CD (or 0xB330CD) is known color: Dark Orchid. HEX triplet: B3, 30 and CD. RGB value is (179,48,205). Sum of RGB (Red+Green+Blue) = 179+48+205=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #B330CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330CD is #4CCF32. Grayscale: #686868. Windows color (decimal): -5033779 or 13447347. OLE color: 13447347.

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

Color convert

RGB 179 48 205 -
CMYK 0.13 0.77 0 0.20
HSL 290.06º 0.62% 0.5% -
HSV(B) 290.06º 0.77% 0.8% -
XYZ 30.67 16.11 59.25 -
YUV 105.07 184.4 180.73 -
System Red Green Blue C M Y K H S L
Decimal 179 48 205 0.13 0.77 0 0.20 290.06 0.62 0.5
Hex B3 30 CD D 4D 0 14 122 3E 32
Octal 263 60 315 15 115 0 24 442 76 62
Binary 10110011 110000 11001101 1101 1001101 0 10100 100100010 111110 110010

Color Harmonies of #B330CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330CD

Black with #B330CD

Text Example


Text Example

White with #B330CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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