Html Css Color HEX #B330BE Dark Orchid

📋 copy color: '#B330BE'

red 179 ◦ green 48 ◦ blue 190

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

Shades of Dark Orchid #B330BE

Tints of Dark Orchid #B330BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 42.93%
G = 11.51%
B = 45.56%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B330BE (or 0xB330BE) is known color: Dark Orchid. HEX triplet: B3, 30 and BE. RGB value is (179,48,190). Sum of RGB (Red+Green+Blue) = 179+48+190=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #B330BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B330BE is #4CCF41. Grayscale: #666666. Windows color (decimal): -5033794 or 12464307. OLE color: 12464307.

HSL color Cylindrical-coordinate representation of color #B330BE: hue angle of 295.35º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B330BE is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 48 190 -
CMYK 0.06 0.75 0 0.25
HSL 295.35º 0.6% 0.47% -
HSV(B) 295.35º 0.75% 0.75% -
XYZ 28.94 15.42 50.17 -
YUV 103.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 179 48 190 0.06 0.75 0 0.25 295.35 0.6 0.47
Hex B3 30 BE 6 4B 0 19 127 3C 2F
Octal 263 60 276 6 113 0 31 447 74 57
Binary 10110011 110000 10111110 110 1001011 0 11001 100100111 111100 101111

Color Harmonies of #B330BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B330BE

Black with #B330BE

Text Example


Text Example

White with #B330BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B330BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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